-
Notifications
You must be signed in to change notification settings - Fork 14
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
Always getting "Failed to download wheel for pip" on Windows #27
Comments
Hi @sschuberth, Thanks for reporting this. I need to include Mac and Windows (and different pip versions) in tests. Especially for Windows, I'm sure there will be many errors like this. Most likely, the cause of this error lies in the fact that pip formats their output messages slightly differently depending on pip version, python version, OS version, and pipgrip relies on this output to get the filename of the wheel (as pip is a CLI tool and shouldn't be imported as Python library). As I don't have a Windows VM at hand, you could help me speed up the process by adding the output of |
Sure:
And:
|
Released 0.4.2 |
On Windows 10 with Python 2.7.12 (and running from Git Bash) I'm always getting
I also tried with other Python packages, same thing. Any hint how to resolve that issue?
The text was updated successfully, but these errors were encountered: