First run pyenv local 3.10.9 Create virtual environment pyenv exec python -m venv .venv Before run Activate virtual environment source .venv/bin/activate Install dependencies pip install -r requirements.txt