Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork938
Closed
Labels
Milestone
Description
The change torequirements.txt
in2e7e82b specifies that bothgitdb2
andgitdb
be installed. As installation packages they share the same name and step on each other.
This breaks the use of the module like this:
Python 3.5.2 (default, Nov 12 2018, 13:43:14)[GCC 5.4.0 20160609] on linuxType "help", "copyright", "credits" or "license" for more information.>>> import gitdbTraceback (most recent call last): File "<stdin>", line 1, in <module>ImportError: No module named 'gitdb'