codersrank-org / repo_info_extractor

Use this script to extract data from your private repo. This data is used to calculate your score. https://codersrank.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traceback error on Mac through Docker

orangeShadow opened this issue · comments

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

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.

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