我重新安装了 python,因为我在使用 pip 时遇到问题,现在 pip 根本无法工作
I reinstalled python because I was having issues with pip and now pip wont work at all
每次我尝试 运行 我的命令 window 中的 pip 中的任何东西时,我都会得到这个
C:\WINDOWS\system32>pip --version Fatal error in launcher: Unable to create process using '"c:\python39\python.exe" "C:\Python39\Scripts\pip.exe" --version': The system cannot find the file specified.
这是我的用户路径
这是我的系统变量路径
这一切都是因为我试图为一个项目安装 pyinstaller 但无论我做什么它都不会识别模块存在,尽管 pip 说它已经安装。
文件 defo 存在:
有人知道这个的解决方案吗?
好的 - 这个问题的一个非常奇怪的修复,结果是当我重新安装 python 它甚至没有安装 python.exe 到 C:\Python39 文件。
而是安装到
C:\Users\aaron\AppData\Local\Programs\Python\Python39 不在我的系统变量路径中。
我从字面上复制并粘贴了文件...并且有效吗?所以是的,如果以后有人遇到这个问题,试试看。
每次我尝试 运行 我的命令 window 中的 pip 中的任何东西时,我都会得到这个
C:\WINDOWS\system32>pip --version Fatal error in launcher: Unable to create process using '"c:\python39\python.exe" "C:\Python39\Scripts\pip.exe" --version': The system cannot find the file specified.
这是我的用户路径
这是我的系统变量路径
这一切都是因为我试图为一个项目安装 pyinstaller 但无论我做什么它都不会识别模块存在,尽管 pip 说它已经安装。
文件 defo 存在:
有人知道这个的解决方案吗?
好的 - 这个问题的一个非常奇怪的修复,结果是当我重新安装 python 它甚至没有安装 python.exe 到 C:\Python39 文件。
而是安装到
C:\Users\aaron\AppData\Local\Programs\Python\Python39 不在我的系统变量路径中。
我从字面上复制并粘贴了文件...并且有效吗?所以是的,如果以后有人遇到这个问题,试试看。