found conflicts error during installation. probably relative to pytorch
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
BUMP!