Skip to content

Can't Find GitPython #5

@sbcrumb

Description

@sbcrumb

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions