Common Issues
Issue
Current Python version (3.12.2) is not allowed by the project (>=3.13,<3.14).
Please change python executable via the "env use" command.Solution
sudo rm -rf .venv
poetry installIssue
[*] Updating goenv
fatal: not a git repository (or any of the parent directories): gitSolution
Last updated
Was this helpful?