When pyenv is used, poetry cannot identify the virtual environment attached to the project with the poetry env info command. It manages to list virtual environments and activate its shell.
Alfred cannot change environments because he does not have a reliable way to identify the currently installed virtual environment.
2024-02-13 20:04:18,652 WARNING - Poetry virtual environment is missing. You should run poetry install. [poetry.py:39]
When pyenv is used, poetry cannot identify the virtual environment attached to the project with the
poetry env infocommand. It manages to list virtual environments and activate its shell.Alfred cannot change environments because he does not have a reliable way to identify the currently installed virtual environment.