Skip to content

Traceback error on Mac through Docker #86

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

Closed
orangeShadow opened this issue Feb 20, 2020 · 3 comments
Closed

Traceback error on Mac through Docker #86

orangeShadow opened this issue Feb 20, 2020 · 3 comments

Comments

@orangeShadow
Copy link

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

@Harmon758
Copy link

@AminSojoudi
Copy link

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.

@peti2001
Copy link
Collaborator

It is supposed to be fixed in #99. Can you confirm?

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

No branches or pull requests

4 participants