|
楼主 |
发表于 2018-8-13 15:51:14
|
显示全部楼层
C:\Users\USER>cd C:\Python\Python37-32\Scripts
C:\Python\Python37-32\Scripts>py -3 -m pip install BeautifulSoup4
Python 3 not found!
Installed Pythons found by py Launcher for Windows
No Installed Pythons Found!
Requested Python version (3) not installed, use -0 for available pythons
C:\Python\Python37-32\Scripts>pip.exe install Beautifulsoup4
Fatal error in launcher: Unable to create process using '"c:\users\user\appdata\local\programs\python\python37-32\python.exe" "C:\Python\Python37-32\Scripts\pip.exe" install Beautifulsoup4'
C:\Python\Python37-32\Scripts>pip install beautifulsoup4
Fatal error in launcher: Unable to create process using '"c:\users\user\appdata\local\programs\python\python37-32\python.exe" "C:\Python\Python37-32\Scripts\pip.exe" install beautifulsoup4'
输入路径后显示如此 |
|