Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package conflict when pip install -e ./sn_gamestate #9

Open
EDGE-qy opened this issue May 19, 2024 · 2 comments
Open

Package conflict when pip install -e ./sn_gamestate #9

EDGE-qy opened this issue May 19, 2024 · 2 comments

Comments

@EDGE-qy
Copy link

EDGE-qy commented May 19, 2024

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?

@victorjoos
Copy link
Collaborator

Could you try re-creating the conda environment with python 3.9 instead of python 3.10 ?

It seems there's a package that doesn't allow python 3.10 on your machine. Is it possible that you're on an ARM computer ?

@David-Guoo
Copy link

David-Guoo commented May 24, 2024

I had the same problem but solved it using this method:
invoke-ai/InvokeAI#3560 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants