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

ERROR: ModuleNotFoundError: No module named 'git' #3

Closed
Stcetjo opened this issue Mar 24, 2019 · 4 comments
Closed

ERROR: ModuleNotFoundError: No module named 'git' #3

Stcetjo opened this issue Mar 24, 2019 · 4 comments
Assignees

Comments

@Stcetjo
Copy link

Stcetjo commented Mar 24, 2019

Error:
Using /usr/lib/python3/dist-packages
Finished processing dependencies for oef==0.2.0
Traceback (most recent call last):
File "scripts/setup_test.py", line 32, in
from git import Repo, RemoteProgress, InvalidGitRepositoryError
ModuleNotFoundError: No module named 'git'
Error: failed on line 72.

On Ubuntu:
installed Docker
installed python -m pip install pygithub
ran script.

Any ideas?

@theoturner
Copy link
Contributor

Please try pip3 install gitpython.

@AronVanAmmers
Copy link
Member

@Stcetjo thanks for submitting this. In addition to @theoturner's suggestion, could you give us some more info on your setup? You mention Ubuntu - which version are you running? Are you using a clean install?

@Stcetjo
Copy link
Author

Stcetjo commented Mar 25, 2019

Please try pip3 install gitpython.

This worked!
Had installed 'pip install gitpython' and that did not work

@theoturner
Copy link
Contributor

Thanks, added to installer for future.

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

3 participants