-
Notifications
You must be signed in to change notification settings - Fork 250
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
gitpython Not Installed Automatically w/ setup.py #200
Comments
This is a seemingly confusing error with an easy fix. It's not saying you're missing To fix this on your machine You should run
To fix this in the repo The error is in this section: Line 60 in bdd0d32
One line is missing, which would install I'd normally do it myself, but it's finals week and I don't have a ton of time right now. |
Thanks this fixed it and I've opened a PR including the changes. |
Awesome, thanks man. |
I've installed shallow-backup using pip3
$ pip3 install shallow-backup
But running shallow-backup throws this error
I've got git installed and it is working on my mac though.
Python3 is installed via brew.
Python version: 3.7.1
pip3: 18.1
macOS: 10.14.2
The text was updated successfully, but these errors were encountered: