python 3.11.7
Plese follow these steps (required!):
-
If you don't have python of specific version:
- Install conda
- Run:
conda create --name python3.11.7 python=3.11.7 conda activate python3.11.7
-
Create virtual env
python3.11 -m venv venv
source venv/bin/activate
- Update pip to latest
pip install pip==24.1.1
- Install rest of packages from requirements.txt
pip install -r requirements.txt