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 "src/main.py", line 2, in <module>
from init import initialize
File "/app/src/init.py", line 2, in <module>
import git
File "/opt/venv/lib/python3.7/site-packages/git/__init__.py", line 38, in <module>
from git.exc import * # @NoMove @IgnorePep8
File "/opt/venv/lib/python3.7/site-packages/git/exc.py", line 9, in <module>
from git.compat import UnicodeMixin, safe_decode, string_types
File "/opt/venv/lib/python3.7/site-packages/git/compat.py", line 16, in <module>
from gitdb.utils.compat import (
ModuleNotFoundError: No module named 'gitdb.utils.compat'
Finished
The text was updated successfully, but these errors were encountered:
Same here, @Harmon758 we are using docker image so there is a bug in the image.
I'm using run-docker.bat <path to the repository> with Docker for windows.
The text was updated successfully, but these errors were encountered: