You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't install GitPython==2.1.14 anymore, and I think it has to do with the release of gitdb that has been done yesterday. Is there something wrong in the dependencies?
This is how you can replicate this error in a docker container:
I can't install
GitPython==2.1.14anymore, and I think it has to do with the release ofgitdbthat has been done yesterday. Is there something wrong in the dependencies?This is how you can replicate this error in a docker container:
docker run -it ubuntu apt update && apt install python-pip -y pip install -U GitPython==2.1.14Output: