-
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
Fresh install broken in Py 3.8 on Local Machine #1655
Comments
Hello @lassiter, can you please try to install the latest preview version by
fin swimmer |
I just tried installing poetry on a new machine with Python 3.8.0 and I get the same error. Will try the preview command above and report back with result. Edit/Update: Tried installing with --preview and now it seems to work, or at least to the point where I can run the poetry command. |
I have the same issue. The problem appears to simply be that the latest release tarball does not have a py3.8 directory under poetry/_vendor. When I install the missing dependencies manually in the local environment, the release Poetry runs fine under Python 3.8, but this obviously defeats the purpose of vendorizing them. |
I was able to run that command then source it, then run |
Thanks for coming back and reporting. So I (or you) can close this issue? |
@finswimmer Do you know when the preview is expected to be released? Happy to close. |
@lassiter Unfortunately I couldn't tell you date for this. There are still a few things to fix before the 1.0 release. See current state here: https://github.com/sdispater/poetry/projects/1 We hope we can release "soon" ;) |
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
This is related to #1377 but for this issue it's running on bare metal or developer machines.
Steps to Reproduce:
pyenv
.curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
poetry
or any poetry command and see:The text was updated successfully, but these errors were encountered: