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

pip install torch version conflict #406

Open
JHZhou123 opened this issue Dec 11, 2021 · 1 comment
Open

pip install torch version conflict #406

JHZhou123 opened this issue Dec 11, 2021 · 1 comment

Comments

@JHZhou123
Copy link

Hi,

I have torch 1.9.0, there is a conflict when I tried to install genrl, can you help me with it?

ERROR: Cannot install genrl==0.0.1 and genrl==0.0.2 because these package versions have conflicting dependencies.

The conflict is caused by:
    genrl 0.0.2 depends on torch==1.4.0
    genrl 0.0.1 depends on torch==1.4.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
@sampreet-arthi
Copy link
Member

Hey, we've actually not tested it with newer versions of Pytorch as the project is currently inactive. Please try using torch 1.4.0 and see if it works. In case, you want to make it work with torch 1.9.0, try to install each of the packages in the requirements.txt individually using pip so that the latest versions are installed.

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

2 participants