我遇到了一个奇怪的问题,即 pip 无法正常工作。我正在使用最新版本的 PyCharm,并且我已经尝试了 Python 3.8.10 和 3.9.6。
我已经完成了两者的全新安装,从 PATH 中删除,使用新安装程序重新安装,重新安装 pip 等。
无论我尝试下载什么库,都会出现我遇到的错误代码。我试过 PyAudio
、PyGame
、OpenCV-Python
等。
几天前 Pip 工作正常,当时没有对任何文件进行任何更改。
尝试运行 pip install --upgrade pip
没有效果。
我一直在运行安装了 setuptools 40.8.0
和 pip 21.1.3
的虚拟环境。
安装 PyAudio
的完整错误可以在这里看到:https://pastebin.com/iQmZwsRv
PyGame 错误:https://pastebin.com/WEF8uM2d
OpenCV-Python 错误:https://pastebin.com/LuZq99Cu
答案 0 :(得分:1)
catch
- 它与您的 Py 魅力 不兼容,我想由于最新的安装更新,请尝试将其安装在主环境中。此外,请尝试降级您的 python 版本,因为许多依赖项与您的 python 版本不兼容,如错误 [Sub forEachWs()
Dim ws As Worksheet
Dim find As Range
For Each ws In ActiveWorkbook.Worksheets
Set find = ws.Cells.find(What:="nieusprawiedliwiona", After:=ActiveCell, LookIn:= _
xlFormulas, LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:= _
xlNext, MatchCase:=False, SearchFormat:=False)
If Not find Is Nothing Then find.Resize(12,1).EntireRow.Delete
Next ws
End Sub
]
Py- audio
- 无法构建轮子包,因为它也归因于错误 [it is not compatible with this Python
]
我可以知道您使用的是什么构建工具吗?