gpt4 book ai didi

python - pip3 安装命令重复失败,无法创建文件 '/tmp/pip-install-xxxxx/package'

转载 作者:行者123 更新时间:2023-12-04 13:39:23 24 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Install PyQt5 5.14.1 on Linux

(8 个回答)


去年关闭。




每当我尝试安装软件包时,例如 pip3 install PyQt5命令失败,并显示有关 /tmp 中缺少目录的消息目录

pip3 install PyQt5
Collecting PyQt5
Downloading https://files.pythonhosted.org/packages/3a/fb/eb51731f2dc7c22d8e1a63ba88fb702727b324c6352183a32f27f73b8116/PyQt5-5.14.1.tar.gz (3.2MB)
100% |████████████████████████████████| 3.2MB 19.3MB/s
Installing build dependencies ... done
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.7/tokenize.py", line 447, in open
buffer = _builtin_open(filename, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-0shdy0kn/PyQt5/setup.py'

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-0shdy0kn/PyQt5/

当我查看 /tmp目录号 pip-install-xxxxxxx目录存在,看起来这个过程根本没有创建它们。

最佳答案

作为快速修复,您可以 sudo apt-get install python3-pyqt5
但是为了你的问题。任何包裹都会发生这种情况吗?

你可以尝试安装以下任何一个来看看它是否有效,这些只是简单的例子。

pip3 install numpy==1.18.1
pip3 install pandas==0.25.3
pip3 install pep8==1.7.1
pip3 install pika==1.1.0

原因之一可能是 PyQt5python 2 一起使用因此可能只适用于 pip install PyQt5

关于python - pip3 安装命令重复失败,无法创建文件 '/tmp/pip-install-xxxxx/package',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59771194/

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