pip安装wxPython:
pip install -U wxPython==4.0.7
报错:
Error running configure
ERROR: failed building wxWidgets
Traceback (most recent call last):
File "build.py", line 1468, in cmd_build_wx
wxbuild.main(wxDir(), build_options)
File "/tmp/pip-install-8_i22mue/wxpython_1dca4dfcf7a746f6a2814ed2001d3b45/buildtools/build_wxwidgets.py", line 373, in main
"Error running configure"

本文介绍了解决wxPython安装过程中出现的错误的方法。当使用pip安装wxPython 4.0.7版本时,可能会遇到配置失败的问题。解决方案是在wxPython官方库中选择与您的系统和Python版本相匹配的whl文件进行安装。
最低0.47元/天 解锁文章
2万+

被折叠的 条评论
为什么被折叠?



