-
Notifications
You must be signed in to change notification settings - Fork 56
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
Official Install on Windows PowerShell failed on FileNotFoundError #69
Comments
Looks like a duplicate of the symptoms of #46 somehow, but in powershell, which is novel. |
I have the same issue, after updated to the latest win 10, poetry does not work, I tried uninstall poetry and cannot re-install the latest, encounter this error. |
C:\WINDOWS\system32> (Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | python - Welcome to Poetry!This will download and install the latest version of Poetry, It will add the C:\Users\thizi\AppData\Roaming\Python\Scripts You can uninstall at any time by executing this script with the --uninstall option, Installing Poetry (1.8.2) During handling of the above exception, another exception occurred: Traceback (most recent call last): |
I've been trying to update my 1.1.13 poetry install to 1.2.2 using the official doc but it failed.
and the error same occurs after poetry uninstall with both python 3.9.6 and python3.8.10
I now don't have poetry anymore on my computer 😢
The text was updated successfully, but these errors were encountered: