-
Notifications
You must be signed in to change notification settings - Fork 87
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
Getting error when installing from git repo #190
Comments
uh.. looks like pip 10 did a major API change. As I've heard, pip integrated a bunch of hacks that was necessary into the project, and changed a bunch of its internals. So I need to check the new better way of doing things and update this :) I'm open to suggestions/pointers to help me expedite this, as I'm being currently snowed with paying work :) |
Generally, it is not a good practice to read There are three possible solutions:
I would be happy to help to solve this issue (incl. pull request). What are your thoughts on this? |
I pushed PR #191, which fixes this issue |
Here is the error:
My
pip --version
is:The text was updated successfully, but these errors were encountered: