genrl icon indicating copy to clipboard operation
genrl copied to clipboard

pip install torch version conflict

Open JHZhou123 opened this issue 3 years ago • 1 comments
trafficstars

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

JHZhou123 avatar Dec 11 '21 08:12 JHZhou123

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.

sampreet-arthi avatar Dec 12 '21 17:12 sampreet-arthi