+ 3
I can't import python modules in command prompt with pip.
It works on my 1 laptop but not on the other and unfortunately I need it on both, any idea why?
6 Antworten
+ 8
Austin Kline try
py -m pip install <package>
this is for Windows
+ 5
Austin Kline what type of error is it giving?
+ 2
LONGTIE 'pip' is not recognized as an internal or external command.
+ 1
set the path
0
Check to make sure your '\Python37-32\Scripts' folder is in your PATH environment variable.