Can't Find GitPython
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)
did you try python3.5 cleaner.py ?
Yes same result.
python3.5 cleaner.py
You need to install the GitPython requirement, e.g. sudo pip3.5 install GitPython