Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Closed
Labels
Description
The release just now might have broken something.
Steps to reproduce:
- Fresh venv, python3.8
- pip install --upgrade gitpython
- python
then:
>>> import gitTraceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/vagrant/.virtualenvs/tmpgit/lib/python3.8/site-packages/git/__init__.py", line 41, in <module> from git.objects import * # @NoMove @IgnorePep8ModuleNotFoundError: No module named 'git.objects'