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
Hi! Thanks for your code!
I met a problem when I run 'pip install oatomobile[torch]' it reported
Collecting oatomobile[torch]
Using cached oatomobile-0.1.0-py3-none-any.whl
ERROR: Cannot install oatomobile and oatomobile[torch]==0.1.0 because these package versions have conflicting dependencies.
The conflict is caused by:
oatomobile[torch] 0.1.0 depends on torch==1.5.1; extra == "torch"
torchvision 0.6.0 depends on torch==1.5.0
To fix this you could try to:
loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict
Hi! Thanks for your code!
I met a problem when I run 'pip install oatomobile[torch]' it reported
Collecting oatomobile[torch]
Using cached oatomobile-0.1.0-py3-none-any.whl
ERROR: Cannot install oatomobile and oatomobile[torch]==0.1.0 because these package versions have conflicting dependencies.
The conflict is caused by:
oatomobile[torch] 0.1.0 depends on torch==1.5.1; extra == "torch"
torchvision 0.6.0 depends on torch==1.5.0
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies
The text was updated successfully, but these errors were encountered: