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

Update torchvision to 0.5.0 #904

Closed
NumesSanguis opened this issue Feb 20, 2020 · 2 comments
Closed

Update torchvision to 0.5.0 #904

NumesSanguis opened this issue Feb 20, 2020 · 2 comments
Labels
feature Is an improvement or enhancement help wanted Open to be worked on

Comments

@NumesSanguis
Copy link
Contributor

NumesSanguis commented Feb 20, 2020

🚀 Feature

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.

Motivation

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.

Pitch

Support the latest torchvision.

@NumesSanguis NumesSanguis added feature Is an improvement or enhancement help wanted Open to be worked on labels Feb 20, 2020
@github-actions
Copy link
Contributor

Hey, thanks for your contribution! Great first issue!

@Borda
Copy link
Member

Borda commented Feb 20, 2020

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 :]

@Borda Borda closed this as completed Feb 20, 2020
@Borda Borda changed the title Update torchvision to 0.5.0 (pip install downgrades to 0.4.2) Update torchvision to 0.5.0 Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Is an improvement or enhancement help wanted Open to be worked on
Projects
None yet
Development

No branches or pull requests

2 participants