gpt4 book ai didi

python - PIP --upgrade 不工作 Python3.4.4

转载 作者:太空宇宙 更新时间:2023-11-04 10:14:41 26 4
gpt4 key购买 nike

我看了很多关于这个的帖子,似乎没有什么可以解决的。我最初是从 Python 3.5 开始的,听说 pip 有几个 Unresolved 问题,所以我卸载并重新安装了 Python 3.4.4 -

我想将 pyautogui 用于工作任务,但是当我尝试在安装 Python3.4.4 后直接安装 pyautogui 时,它告诉我找不到 PIL 模块。我在另一篇文章中看到安装3.4.4并更新pip,然后安装pyautogui。酷,所以我安装了 3.4.4,我需要升级 pip。所以我输入了

Scripts\pip.exe install --upgrade pip

从根文件夹中的命令行。每次我得到这个

 Exception:
Traceback (most recent call last):
File "h:\python34\lib\shutil.py", line 527, in move
os.rename(src, real_dst)
PermissionError: [WinError 32] The process cannot access the file because it is
being used by another process: 'h:\\python34\\scripts\\pip.exe' -> 'C:\\Users\\z
jf\\AppData\\Local\\Temp\\pip-qo75adq9-uninstall\\python34\\scripts\\pip.exe'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "h:\python34\lib\site-packages\pip\basecommand.py", line 211, in main
File "h:\python34\lib\site-packages\pip\commands\install.py", line 311, in run

File "h:\python34\lib\site-packages\pip\req\req_set.py", line 640, in install
File "h:\python34\lib\site-packages\pip\req\req_install.py", line 716, in unin
stall
File "h:\python34\lib\site-packages\pip\req\req_uninstall.py", line 125, in re
move
File "h:\python34\lib\site-packages\pip\utils\__init__.py", line 315, in renam
es
File "h:\python34\lib\shutil.py", line 540, in move
os.unlink(src)
PermissionError: [WinError 32] The process cannot access the file because it is
being used by another process: 'h:\\python34\\scripts\\pip.exe'

问题是,该文件夹中没有运行任何内容。我没有打开 Windows 资源管理器,我没有任何东西可以访问其中的任何文件,而且我显然是使用命令行从上层目录运行它。所以我不知道为什么它说 pip.exe 正在被另一个进程使用。它运行的唯一进程就是它自己,如果这是问题所在,那么您到底应该如何升级它?

**编辑:**根据接受的答案,为了让 PIP 更新,我使用了命令

python -m pip install -U pip

一旦成功,我再次尝试安装 pyautogui。它仍然说找不到 PIL 模块。 PIL 是 Python 图像库。我安装它使用

python -m pip 安装镜像

一旦成功,我就会像这样安装 pyautogui

python -m pip install pyautogui

最佳答案

要在 Windows 上升级 pip,请搜索“在 Windows 上升级 pip”或在命令提示符下交替运行:

python -m pip install -U pip

这是 Windows 上的一个已知问题,可执行文件在运行时无法被覆盖。抱歉,没有方便的链接,但应该很容易找到更多详细信息。

关于python - PIP --upgrade 不工作 Python3.4.4,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36166024/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com