OutlierVentures / ANVIL

Agent Negotiation Verifiable Interaction Layer – an app in the Convergence Stack.
https://anvil.outlierventures.io
Apache License 2.0
18 stars 6 forks source link

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

Closed Stcetjo closed 5 years ago

Stcetjo commented 5 years ago

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 commented 5 years ago

Please try pip3 install gitpython.

AronVanAmmers commented 5 years ago

@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 commented 5 years ago

Please try pip3 install gitpython.

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

theoturner commented 5 years ago

Thanks, added to installer for future.