Discussions
ERROR: Could not find a version that satisfies the requirement genesis_playground (from versions: none)
18 days ago by Daniel Ginovker
Was following the steps in https://docs.kscale.dev/docs/genesis on Linux. I used micromamba, cloned the repo, but when running pip install genesis_playground
I get ERROR: No matching distribution found for genesis_playground
~/Projects/genesis » micromamba create -n genesis python=3.12 127 ↵ wacket@archlinux
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
~/Projects/genesis » conda create -n genesis python=3.12 130 ↵ wacket@archlinux
Error while loading conda entry point: conda-content-trust (OpenSSL 3.0's legacy provider failed to load. This is a fatal error by default, but cryptography supports running without legacy algorithms by setting the environment variable CRYPTOGRAPHY_OPENSSL_NO_LEGACY. If you did not expect this error, you have likely made a mistake with your OpenSSL configuration.)
Channels:
- defaults
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: done
## Package Plan ##
environment location: /home/wacket/.conda/envs/genesis
added / updated specs:
- python=3.12
The following packages will be downloaded:
package | build
---------------------------|-----------------
expat-2.6.4 | h6a678d5_0 180 KB
python-3.12.8 | h5148396_0 34.7 MB
------------------------------------------------------------
Total: 34.9 MB
The following NEW packages will be INSTALLED:
_libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main
_openmp_mutex pkgs/main/linux-64::_openmp_mutex-5.1-1_gnu
bzip2 pkgs/main/linux-64::bzip2-1.0.8-h5eee18b_6
ca-certificates pkgs/main/linux-64::ca-certificates-2024.12.31-h06a4308_0
expat pkgs/main/linux-64::expat-2.6.4-h6a678d5_0
ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.40-h12ee557_0
libffi pkgs/main/linux-64::libffi-3.4.4-h6a678d5_1
libgcc-ng pkgs/main/linux-64::libgcc-ng-11.2.0-h1234567_1
libgomp pkgs/main/linux-64::libgomp-11.2.0-h1234567_1
libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-11.2.0-h1234567_1
libuuid pkgs/main/linux-64::libuuid-1.41.5-h5eee18b_0
ncurses pkgs/main/linux-64::ncurses-6.4-h6a678d5_0
openssl pkgs/main/linux-64::openssl-3.0.15-h5eee18b_0
pip pkgs/main/linux-64::pip-24.2-py312h06a4308_0
python pkgs/main/linux-64::python-3.12.8-h5148396_0
readline pkgs/main/linux-64::readline-8.2-h5eee18b_0
setuptools pkgs/main/linux-64::setuptools-75.1.0-py312h06a4308_0
sqlite pkgs/main/linux-64::sqlite-3.45.3-h5eee18b_0
tk pkgs/main/linux-64::tk-8.6.14-h39e8969_0
tzdata pkgs/main/noarch::tzdata-2024b-h04d1e81_0
wheel pkgs/main/linux-64::wheel-0.44.0-py312h06a4308_0
xz pkgs/main/linux-64::xz-5.4.6-h5eee18b_1
zlib pkgs/main/linux-64::zlib-1.2.13-h5eee18b_1
Proceed ([y]/n)?
Downloading and Extracting Packages:
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate genesis
#
# To deactivate an active environment, use
#
# $ conda deactivate
~/Projects/genesis » conda activate genesis 2 ↵ wacket@archlinux
(genesis) -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
~/Projects/genesis » git clone https://github.com/kscalelabs/genesis_playground.git wacket@archlinux
Cloning into 'genesis_playground'...
remote: Enumerating objects: 102, done.
remote: Counting objects: 100% (102/102), done.
remote: Compressing objects: 100% (79/79), done.
remote: Total 102 (delta 26), reused 93 (delta 18), pack-reused 0 (from 0)
Receiving objects: 100% (102/102), 15.13 MiB | 4.99 MiB/s, done.
Resolving deltas: 100% (26/26), done.
~/Projects/genesis » ls 1 ↵ wacket@archlinux
genesis_playground
(genesis) -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
~/Projects/genesis » cd genesis_playground wacket@archlinux
(genesis) -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
~/Projects/genesis/genesis_playground (master) » pip install genesis_playground wacket@archlinux
ERROR: Could not find a version that satisfies the requirement genesis_playground (from versions: none)
ERROR: No matching distribution found for genesis_playground
(genesis) -------------------------------
Idk anything about Conda btw