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

When PyTorch == 0.3.1, torchvision cannot be >= 0.2.1 #9

Closed
imWildCat opened this issue Jul 1, 2018 · 2 comments
Closed

When PyTorch == 0.3.1, torchvision cannot be >= 0.2.1 #9

imWildCat opened this issue Jul 1, 2018 · 2 comments

Comments

@imWildCat
Copy link

$ conda create -n darts -c pytorch python=3.5.5 pytorch=0.3.1 torchvision=0.2.1
Solving environment: failed

UnsatisfiableError: The following specifications were found to be in conflict:
  - pytorch=0.3.1
  - torchvision=0.2.1 -> pytorch[version='>=0.4']
Use "conda info <package>" to see the dependencies for each package.
@quark0
Copy link
Owner

quark0 commented Jul 1, 2018

Thanks for spotting this. Perhaps try conda create -n darts -c pytorch python=3.5.5 pytorch=0.3.1 torchvision. Let me know if that works.

@imWildCat
Copy link
Author

Thanks for your prompt reply! It worked.

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