You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Ubuntu 22.04.4 on WSL, and followed the instructions to install the conda environment. When I ran pip install -e ./sn_gamestate, the following error occurs.
INFO: pip is looking at multiple versions of prtreid to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python ==3.7.0; 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10
ERROR: Could not find a version that satisfies the requirement tb-nightly (from prtreid) (from versions: none)
ERROR: No matching distribution found for tb-nightly
How can I solve it? Does this have something to do with WSL?
The text was updated successfully, but these errors were encountered:
I'm using Ubuntu 22.04.4 on WSL, and followed the instructions to install the conda environment. When I ran
pip install -e ./sn_gamestate
, the following error occurs.INFO: pip is looking at multiple versions of prtreid to determine which version is compatible with other requirements. This could take a while.
ERROR: Ignored the following versions that require a different python version: 0.0.1 Requires-Python ==3.7.0; 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10
ERROR: Could not find a version that satisfies the requirement tb-nightly (from prtreid) (from versions: none)
ERROR: No matching distribution found for tb-nightly
How can I solve it? Does this have something to do with WSL?
The text was updated successfully, but these errors were encountered: