Why pythonw.exe is required for Poetry on Windows? #6630
-
|
Poetry 1.2.1, Python 3.10.5 Im using portable version of python that does not have pythonw.exe and all working fine. Poetry fails on command When the command is called again another fails with message^ Ideally that Poetry not require pythonw.exe Would be great to handle error more accurately. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Poetry creates virtual environments using the I don't think there's anything for Poetry to do here -- if you want to see this change, you are best off petitioning upstream in virtualenv. |
Beta Was this translation helpful? Give feedback.
Poetry creates virtual environments using the
virtualenvmodule, which explicitly does not support non-Python.org or Microsoft Store Python builds on Windows: https://virtualenv.pypa.io/en/latest/installation.html#windowsI don't think there's anything for Poetry to do here -- if you want to see this change, you are best off petitioning upstream in virtualenv.