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

Broken pip deps #1

Closed
wulfsolter opened this issue Aug 7, 2020 · 1 comment · Fixed by #2
Closed

Broken pip deps #1

wulfsolter opened this issue Aug 7, 2020 · 1 comment · Fixed by #2

Comments

@wulfsolter
Copy link

┌─[wulf@WULF-THINKPAD]-[2020-08-07 21:49 - 1596793765]-[~/code/somefolder] (somebranch)
└─[$]-> praise app.js
Traceback (most recent call last):
  File "/home/wulf/.local/bin/praise", line 5, in <module>
    from praise.main import praise_command
  File "/home/wulf/.local/lib/python3.8/site-packages/praise/main.py", line 3, in <module>
    from git.exc import InvalidGitRepositoryError
  File "/home/wulf/.local/lib/python3.8/site-packages/git/__init__.py", line 38, in <module>
    from git.config import GitConfigParser  # @NoMove @IgnorePep8
  File "/home/wulf/.local/lib/python3.8/site-packages/git/config.py", line 16, in <module>
    from git.compat import (
  File "/home/wulf/.local/lib/python3.8/site-packages/git/compat.py", line 16, in <module>
    from gitdb.utils.compat import (
ModuleNotFoundError: No module named 'gitdb.utils.compat'

which seems to be around gitpython-developers/GitPython#983 and IntelLabs/distiller#475 (comment) has a nice summary.

sigvef added a commit that referenced this issue Aug 19, 2020
@sigvef
Copy link
Owner

sigvef commented Aug 19, 2020

Thanks for the report!

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

Successfully merging a pull request may close this issue.

2 participants