Skip to content

remark: is it necessary to download a tar.gz version of the same wheel, if the wheel already doesn't satisfy pip ? #9463

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

Closed
stonebig opened this issue Jan 16, 2021 · 5 comments

Comments

@stonebig
Copy link
Contributor

pip master of 2021-01-15 downloads fastai-2.2.5-py3-none-any.whl then fastai-2.2.5.tar.gz (... not logical)

pip download --dest  C:\WinP\a  fastai
Collecting fastai
  Using cached fastai-2.2.5-py3-none-any.whl (191 kB)
Collecting pillow>6.0.0
  File was already downloaded c:\winp\a\Pillow-8.1.0-cp38-cp38-win_amd64.whl
Collecting matplotlib
  File was already downloaded c:\winp\a\matplotlib-3.3.3-cp38-cp38-win_amd64.whl
Collecting packaging
  File was already downloaded c:\winp\a\packaging-20.8-py2.py3-none-any.whl
Collecting scikit-learn
  File was already downloaded c:\winp\a\scikit_learn-0.24.0-cp38-cp38-win_amd64.whl
Collecting fastai
  Downloading fastai-2.2.5.tar.gz (45.5 MB)
     |██████████████████████          | 30.9 MB 1.6 MB/s eta 0:00:10
@stonebig stonebig changed the title remark: is it necessary to download a tar.gz version of the same wheel, if the wheel doesn't satisfy ? remark: is it necessary to download a tar.gz version of the same wheel, if the wheel already doesn't satisfy pip ? Jan 16, 2021
@uranusjr
Copy link
Member

Weird, #9432 should have fixed this.

@uranusjr
Copy link
Member

I could not reproduce this, and my resolution log is vastly different from yours. Are you sure you're on master?

@stonebig
Copy link
Contributor Author

well, I thought I did compile from there... will check in the source in 5'

image

@stonebig
Copy link
Contributor Author

ok, my bad: I used an installation where pip was not updated to latest yet.
It works with master.

sorry for the false alarm.

@uranusjr
Copy link
Member

No problem, thanks for verifying the fix did indeed work!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants