‘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 … Read more