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
┌─[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.
The text was updated successfully, but these errors were encountered: