Closed
Description
Howdy,
I have the latest gitdb
https://github.com/gitpython-developers/gitdb
installed and then the latest gitpython, but I get this err.
Python 2.7.8 (default, Oct 18 2014, 12:50:18)
[GCC 4.9.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import git
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "git/__init__.py", line 34, in <module>
from git.config import GitConfigParser
File "git/config.py", line 21, in <module>
from git.util import LockFile
File "git/util.py", line 19, in <module>
from .exc import GitCommandError
File "git/exc.py", line 10, in <module>
from git.compat import defenc
File "git/compat.py", line 12, in <module>
from gitdb.utils.compat import (
ImportError: No module named utils.compat
>>>
Metadata
Metadata
Assignees
Labels
No labels