jukebox icon indicating copy to clipboard operation
jukebox copied to clipboard

found conflicts error during installation. probably relative to pytorch

Open Barsay opened this issue 5 years ago • 1 comments

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

Cattura Cattura2 Cattura3 Cattura4

Barsay avatar May 28 '20 22:05 Barsay

BUMP!

DimaLeon2000 avatar Jul 12 '21 11:07 DimaLeon2000