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

Pipenv seems to download binary wheels for other platforms and Python versions #3487

Closed
dodumosu opened this issue Jan 28, 2019 · 1 comment

Comments

@dodumosu
Copy link

thanks for all the hard work! i'm running devpi locally to speed up locking by using it as a PyPI mirror. while following the devpi server log, I noticed that requests are made for wheels for platforms and Python versions other than the version that I'm using. using the same mirror for pip without pipenv doesn't do the same thing, it just downloads the specific wheel for the platform and Python version I'm using.

@frostming
Copy link
Contributor

Those artifacts are downloaded and needed by locking process, you can find more discussion details in #3830
Close it now.

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