Skip to content
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

Can't Find GitPython #5

Open
sbcrumb opened this issue Dec 6, 2017 · 2 comments
Open

Can't Find GitPython #5

sbcrumb opened this issue Dec 6, 2017 · 2 comments

Comments

@sbcrumb
Copy link

sbcrumb commented Dec 6, 2017

After installing it is unable to find the requirement of GitPython
However as you can see it is installed. So I am not sure why it can't locate it.

xxxx:/opt/unionfs_cleaner$ python cleaner.py
You need to install the GitPython requirement, e.g. sudo pip3.5 install GitPython
xxxx:/opt/unionfs_cleaner$ sudo pip3.5 install GitPython
[sudo] password for user:
The directory '/home/user/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/user/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: GitPython in /usr/local/lib/python3.5/dist-packages
Requirement already satisfied: gitdb2>=2.0.0 in /usr/local/lib/python3.5/dist-packages (from GitPython)
Requirement already satisfied: smmap2>=2.0.0 in /usr/local/lib/python3.5/dist-packages (from gitdb2>=2.0.0->GitPython)

@l3uddz
Copy link
Owner

l3uddz commented Dec 6, 2017

did you try python3.5 cleaner.py ?

@sbcrumb
Copy link
Author

sbcrumb commented Dec 6, 2017

Yes same result.
python3.5 cleaner.py
You need to install the GitPython requirement, e.g. sudo pip3.5 install GitPython

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants