We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Update torchvision to 0.5.0 (pip install downgrades to 0.4.2)
ERROR: torchvision 0.4.2 has requirement torch==1.3.1, but you'll have torch 1.4.0 which is incompatible. Installing collected packages: tqdm, torchvision, oauthlib, requests-oauthlib, pyasn1, rsa, pyasn1-modules, cachetools, google-auth, google-auth-oauthlib, markdown, grpcio, absl-py, werkzeug, protobuf, tensorboard, pytorch-lightning Attempting uninstall: torchvision Found existing installation: torchvision 0.5.0 Uninstalling torchvision-0.5.0: Successfully uninstalled torchvision-0.5.0 Successfully installed absl-py-0.9.0 cachetools-4.0.0 google-auth-1.11.2 google-auth-oauthlib-0.4.1 grpcio-1.27.2 markdown-3.2.1 oauthlib-3.1.0 protobuf-3.11.3 pyasn1-0.4.8 pyasn1-modules-0.2.8 pytorch-lightning-0.6.0 requests-oauthlib-1.3.0 rsa-4.0 tensorboard-2.1.0 torchvision-0.4.2 tqdm-4.43.0 werkzeug-1.0.0
Upgrade dependency so that the above doesn't happen.
I recently conda installed pytorch and it came with torchvision-0.5.0. However, after pip installing lightning, it downgraded to torchvision-0.4.2.
torchvision-0.5.0
torchvision-0.4.2
Support the latest torchvision.
The text was updated successfully, but these errors were encountered:
Hey, thanks for your contribution! Great first issue!
Sorry, something went wrong.
Hi, thanks for your suggestion. We have already dropped torchvision dependency #797 Pls, it will be released in 0.6.1 or you can use actual master :]
torchvision
No branches or pull requests
🚀 Feature
Update torchvision to 0.5.0 (pip install downgrades to 0.4.2)
Upgrade dependency so that the above doesn't happen.
Motivation
I recently conda installed pytorch and it came with
torchvision-0.5.0
. However, after pip installing lightning, it downgraded totorchvision-0.4.2
.Pitch
Support the latest torchvision.
The text was updated successfully, but these errors were encountered: