-
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 installation fails. Windows 10, python39 #3388
Comments
I'm experiencing the same issue:
I can confirm that my python executable is on my |
Took also an hour for me to get poetry installed on Win10. https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py, line 639 where the method def _which_python(self):
return r"C:\python38\python.exe" "fixed" it to be able to install poetry. |
Same problem here :( |
I had the same problem on one machine, but not an another. The fix I used was to remove It ended up working for me but this could break other use cases. |
I fixed the issue properly on my side, this was not a poetry problem, but rather an old installation of Anaconda not properly cleaned up. Basically, whenever I was starting a command prompt in Windows, there was a message
The way I fixed it is described on StackOverflow: While this error is not related to Poetry, maybe it would be interested to document it if the root cause is similar for other people. |
this is still a thing :C |
Same here, bit different, but still preventing me from using poetry |
I've a similar issue but with a different effect - Git Issue |
get-poetry.py is now deprecated, not much point in keeping this one open |
I am afraid this issue is still valid with Poetry 1.2 and Python 3.8, on Windows 2022.
|
@kitchoi this is for a different installer -- I am going to close this. Could you please open a new issue on https://github.com/python-poetry/install.python-poetry.org with more instructions on how to reproduce the issue you're having on Windows? Thanks! |
@kitchoi I had the same issue when trying to pipe into |
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
Poetry install fails on windows 10, both recommended installation (powershell) and Pip installation fail. Both methods have been tried in user and admin powershell consoles. My $PATH is correct.
The powershell installation method tells me that it is unable to find my python executable, but it is certainly in my global PATH.
Using the Pip installation method will result in it being unable to find an exe in "python39/scripts". Running the pip installation again it tells me it can't find a different exe before installation terminates. Indeed, these executables are not in that directory.
These installation methods will place a .poetry directory skeleton in my home, but will not place an executable for poetry in .poetry/bin
The text was updated successfully, but these errors were encountered: