‘Pip’ is Not Recognized as an Internal or External Command windows 10 CMD

Im trying to import numpy as np (im using VS2019 as the IDE) and I get the error "No module names 'numpy'". So I tried going to the windows cmd and did pip install numpy and I get the error: "'Pip' is Not Recognized as an Internal or External Command." I tried watching this video, and have located my Python3 folder (I cant find Python27), but there is no pip.exe file in there, so now I don’t know what to do. Any help would be much appreciated!

Leave a Comment