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 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
The text was updated successfully, but these errors were encountered:
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.
Hi,
I have torch 1.9.0, there is a conflict when I tried to install genrl, can you help me with it?
The text was updated successfully, but these errors were encountered: