-3

I checked a few posts with similar wording in the question, and tried out the offered solutions, but I have not been able to fix the problem. My computer says pip is installed, but it does not recognize the command. When I try to use 'sudo' to install it, it won't let me, responding that it is already installed, as shown in the attached photo.

enter image description here

1 Answers1

2

It happens to me too. Try:

pip3 install numpy

I hope it helps.

Oqhax
  • 419
  • 1
  • 4
  • 16