#Pip3_pip
7 messages · Page 1 of 1 (latest)
7 messages · Page 1 of 1 (latest)
I need help, im trying to use a repo and when i install -r requirements.txt theres give me an fatal error, i hace alredy installed python3-full
you can't use the system pip
you must make a venv and install dependencies there
venvs are tiny python environments that contain a python3 interpreter, pip, and a temporary activation script
So, sudo apt install venv? Sorry for my ignorance, im new