-
Notifications
You must be signed in to change notification settings - Fork 43
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
AttributeError: 'GitUp' object has no attribute 'git' #7
Comments
Strange, I've tested it and it worked. Gonna investigate right now. |
Please try re-installing |
pip does not update since it has the current version. A new version would probably be easier. |
Okay, new version should be released in some minutes. |
So, v1.1.1 is released. I hope, all problems are fixed, finally. |
Okay, I did
In the |
No, there is still something messed up. I updated using the same command and got |
Output of
Output of
|
Seems like you're using an old version of pip. Older versions of pip are known for funky behaviour when trying to upgrade packages (see #4 a similar problem). Could you try removing pip's build dir ( |
I rebooted the computer, and tried it again. It works now, and works for my project without any remotes. Thank you for your work! |
No problem, you're welcome :) |
I updated to v1.1.0 via
and just tried it out in my repo. I got the following:
Am I missing a dependency or so?
The text was updated successfully, but these errors were encountered: