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
> py2pack fetch PyV8 downloading package PyV8-1.0-dev... from http://code.google.com/p/pyv8/downloads/list
Results in a html-file list.
list
But pip has no problem:
> pip download pyv8 Collecting pyv8 Using cached PyV8-0.5.zip Saved ./PyV8-0.5.zip Successfully downloaded pyv8
Probably using pip internally is less error-prone?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Results in a html-file
list
.But pip has no problem:
Probably using pip internally is less error-prone?
The text was updated successfully, but these errors were encountered: