avinassh / rockstar

Makes you a Rockstar C++ Programmer in 2 minutes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gitdb.utils.compat - Not found

FormerlyChucks opened this issue · comments

commented

Trying to run this myself... After trying to import RockStar, I get the following traceback:

  File "/home/dio/.local/lib/python3.7/site-packages/git/compat.py", line 12, in <module>
    from gitdb.utils.compat import (
ModuleNotFoundError: No module named 'gitdb.utils.compat'

From a google search result, I found this. Maybe the GitPython version just needs to be updated?

commented

pip install gitdb2==3.0.1 fixed it for me

commented

Seems to fix it. @avinassh can we add gitdb2==3.0.1 to the requirements.txt file?

I have updated dependencies and pushed to pypi, try pip install rockstar==0.6 and it should work.

I am closing this issue for now, but feel free to reopen if it is still broken