-
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
git dependencies aren't working #49
Comments
Yes, it seems it slipped through when I ported the code to Python 2.7. I will fix it. |
It should be fixed in the latest release ( Update |
Thanks @sdispater ! The new version works. However, I had to use pip to upgrade instead of poetry, because of #53 |
Port over bugfixes from poetry 1.0.x branch
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. |
It seems poetry is passing a PosixPath to execv, which needs strings. Maybe this is something that only affects Python 2.7?
Version: poetry 0.8.3
I added a print statement to see what git command was being run, that's the
RUNNING GIT:
part in the output.The text was updated successfully, but these errors were encountered: