如何在命令提示符下安装 pip? "fatal error in launcher"

how do I pip install on the command prompt? "fatal error in launcher"

C:\Users\Utente>pip 安装 启动器中的致命错误:无法使用“"c:\users\utente\appdata\local\programs\python\python38\python.exe" "C:\Users\Utente\Python\Python38-32\Scripts\pip.exe" 安装”

创建进程

为什么在命令提示符下安装 pip 时启动器会出现致命错误?

请帮我解决这个错误"c:\users\utente\appdata\local\programs\python\python38\python.exe"

您需要安装 python 并且 pip 是自带的(在 bin 文件夹中)。 pip install 需要 python 库的名称。例如 pip install pandas。这就是您收到错误的原因。