unionfs_cleaner icon indicating copy to clipboard operation
unionfs_cleaner copied to clipboard

Can't Find GitPython

Open sbcrumb opened this issue 8 years ago • 2 comments

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)

sbcrumb avatar Dec 06 '17 14:12 sbcrumb

did you try python3.5 cleaner.py ?

l3uddz avatar Dec 06 '17 14:12 l3uddz

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

sbcrumb avatar Dec 06 '17 14:12 sbcrumb