0

When i tried entering the command on terminal (Im using Linux): python3 -m pip install -r requirements.txt I get the error: No module named pip

I have already installed pip on Python3 using: apt-get install python3-pip.

Any help is appreciated! Thanks.

1 Answers1

0

pip3 -V or pip3 --version should return the Python 3 version

Also, make use of pip3 install -r requirements.txt