Pip install not working
I was one day trying to install something using pip but I get an error message, can someone please tell me how to fix this?
MacBook, macOS 11.4
I was one day trying to install something using pip but I get an error message, can someone please tell me how to fix this?
MacBook, macOS 11.4
Hi,
If you haven't installed python 3.x yet, you need to install it first.
Then type:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
hope this help.
Pip install not working