-
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
Poetry 1.1.12: Missing 3.10 _vendor folder #4846
Comments
Is there a way we can get a new release soon with this fixed? This is a pretty big issue. |
What implications does this bring? |
After some testing, this seems to only affect poetry when installed with
Since there's no
And after installing this way, everything works fine. I uninstalled and went back to the |
Thanks! |
If you are using powershell windows or the new windows 11 powershell you can run the command |
I found a temporary solution for Windows users. I have both Python 3.9 and 3.10 on my computer. I opened up @echo off
py -3.9 "%USERPROFILE%\.poetry\bin\poetry" %* I hope this helps someone else. 😄 |
For Windows, choosing which of the two workarounds to use depends on what you want.
The current behavior makes it appear to new users with Python 3.10 that Poetry does not work on Windows, so this really ought to get fixed soon. People going to python.org for the first time are downloading Python 3.10 then they go to python-poetry.org and are told to use get-poetry.py to install poetry, which leads them on a rabbit hole ending here. This is sub-optimal. |
The 1.12 release files have been fixed and should now function on 3.10. 🎉 |
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
The release for 1.1.12 darwin found here is missing the 3.10
_vendor
folder. 1.1.11 had this folder.The text was updated successfully, but these errors were encountered: