简体   繁体   中英

Pip wont let me download any library in Python

Fatal error in launcher: Unable to create process using 
"c:\program files (x86)\python38-32\python.exe" "C:\Program Files (x86)\Python38-32\Scripts\pip.exe" install pandas: 
The system cannot find the file specified.

This is the error I get when I try and install something.

Oh. You call the command sudo pip install packagenme

or sudo pip3 install packagename

You forgot to call pip

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM