【发布时间】:2022-01-22 23:41:28
【问题描述】:
我卸载了我的旧 numpy 版本并想使用 pip 20.3.4 安装最新版本,但得到了这个 TypeError:
set() got an unexpected keyword argument 'expires'
(pip install numpy 的错误相同)
【问题讨论】:
-
使用哪个 IDE?
-
我正在使用 VS Code。
-
在这方面有一些很酷的解决方案可以尝试:stackoverflow.com/questions/2720014/…
-
当您报告 Python 错误时,在问题中包含 complete 回溯(即完整的错误消息)会很有帮助。里面有有用的信息。
标签: numpy installation pip