Closed Stcetjo closed 5 years ago
Please try pip3 install gitpython
.
@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?
Please try
pip3 install gitpython
.
This worked! Had installed 'pip install gitpython' and that did not work
Thanks, added to installer for future.
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?