-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with installing GitPython on Windows 10 / Python 3.7 #1243
Comments
I should also note installing this with |
I have also run into this issue: Poetry 1.0.0a5
|
Several coworkers and I are also getting this issue on Windows 10 with a variety of poetry commands (though we're on Python 3.6). Usually, making a new virtualenv seems to help, but we've come across some operations that do not work even in a fresh environment |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
When trying to install the GitPython dependency on Windows 10 (with Python 3.7) in a project, I get the following error:
(I've logged the output of
poetry install -vvv
in the gist: https://gist.github.com/aaront/9c1156015284a29f7c2bb5cd9435fdc8 )Repeated attempts to install the package yield the same result (even attempted on 2 different machines). Also attempted to install the
gitdb
dependency itself first, to the same issue.Installing this inside Ubuntu/WSL works without issues:
The text was updated successfully, but these errors were encountered: