You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/luke/code/PyGnome/py_gnome/setup.py", line 32, in <module>
from git import Repo
ModuleNotFoundError: No module named 'git'
Expectations
I will know this is fixed when no exception is raised when running setup.py and it correctly builds the package and installs it.
Notes
The only reason I didn't issue a PR with GitPython appended in the conda_requirements.txt is I don't know for certain that GitPython is the right dependency, since there's a bunch out there.
The text was updated successfully, but these errors were encountered:
Summary
Following the steps in the
Installation.rst
for the develop branch, fails to install the project due to aModuleNotFoundError
Steps to reproduce
Check out the project's
develop
branch (commit as of this issue4207283f2806ff455001c00e66da66031f17889d
)Results in
Expectations
I will know this is fixed when no exception is raised when running
setup.py
and it correctly builds the package and installs it.Notes
The only reason I didn't issue a PR with
GitPython
appended in theconda_requirements.txt
is I don't know for certain thatGitPython
is the right dependency, since there's a bunch out there.The text was updated successfully, but these errors were encountered: