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
Describe the bug
After a system reboot, i'm unable to run poethepoet tasks from .venv. The .venv directory exists and works as expected for the project.
For example, i have a pre-commit hook for ruff which is run by poethepoet, but fails with the error - No Python at '"C:\Users\xxxx\.version-fox\temp\1731090600-10980\python\python.exe' (username intentionally substituted with xxxx).
Running python --version after activating the venv works fine, but running poetry run poe ruff doesn't. Started seeing this issue after migrating from pyenv-win.
Workaround - delete the .venv, re-uninstall poetry and recreate .venv and things are fine until a system reboot.
Version
0.6.0
OS
Windows
Describe the bug
After a system reboot, i'm unable to run poethepoet tasks from
.venv
. The.venv
directory exists and works as expected for the project.For example, i have a pre-commit hook for
ruff
which is run by poethepoet, but fails with the error -No Python at '"C:\Users\xxxx\.version-fox\temp\1731090600-10980\python\python.exe'
(username intentionally substituted with xxxx).Running
python --version
after activating the venv works fine, but runningpoetry run poe ruff
doesn't. Started seeing this issue after migrating frompyenv-win
.Workaround - delete the
.venv
, re-uninstall poetry and recreate.venv
and things are fine until a system reboot.Screenshots
The text was updated successfully, but these errors were encountered: