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'm trying to install jukebox using Conda, with no success due to a conflict
I'm stuck in the installation procedure at _conda install pytorch=1.4 torchvision=0.5 cudatoolkit=10.0 -c pytorch
Tried some experiments installing the packages separately: conda install cudatoolkit=10.0 seems to work fine conda install pytorch=1.4 torchvision=0.5 returns a packagenotfound error conda install pytorch=1.4 returns UnsatisfiableError: The following specifications were found
to be incompatible with the existing python installation in your environment: Specifically it tells me that cudatoolkit is 10.1, and so uncompatible, but i checked the package is 10.0 conda install pytorch works fine but (obviously) i get multiple errors when trying to launch sample.py
The text was updated successfully, but these errors were encountered:
I'm trying to install jukebox using Conda, with no success due to a conflict
I'm stuck in the installation procedure at
_conda install pytorch=1.4 torchvision=0.5 cudatoolkit=10.0 -c pytorch
Tried some experiments installing the packages separately:
conda install cudatoolkit=10.0
seems to work fineconda install pytorch=1.4 torchvision=0.5
returns a packagenotfound errorconda install pytorch=1.4
returns UnsatisfiableError: The following specifications were foundto be incompatible with the existing python installation in your environment: Specifically it tells me that cudatoolkit is 10.1, and so uncompatible, but i checked the package is 10.0
conda install pytorch
works fine but (obviously) i get multiple errors when trying to launch sample.pyThe text was updated successfully, but these errors were encountered: