You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on the latest stable Poetry version, installed using a recommended method.
I have searched the issues of this repo and believe that this is not a duplicate.
I have consulted the FAQ and blog for any relevant entries or release notes.
If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.
Issue
After upgrading from poetry v1.4.2 to v1.5.0, I cannot create a new virtual environment in the project directory. The virtual environment was removed with rm -rf .venv. Switching back to v1.4.2 resolves the issue with virtual environment creation.
A possible explanation is pipx python is called from poetry/utils/env.py
-vvv
option) and have included the output below.Issue
After upgrading from poetry v1.4.2 to v1.5.0, I cannot create a new virtual environment in the project directory. The virtual environment was removed with
rm -rf .venv
. Switching back to v1.4.2 resolves the issue with virtual environment creation.A possible explanation is pipx python is called from
poetry/utils/env.py
poetry.toml
Debug Output
The text was updated successfully, but these errors were encountered: