Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

found conflicts error during installation. probably relative to pytorch #95

Open
Barsay opened this issue May 28, 2020 · 1 comment
Open

Comments

@Barsay
Copy link

Barsay commented May 28, 2020

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

@DimaLeon2000
Copy link

BUMP!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants