I want to install wxpython_phoenix on raspberrypi3

为君一笑 提交于 2020-01-07 04:42:06

问题


I am trying to run the gui program on raspberrypi3 using python3.6.1 and the wx module

I'm looking for wxpython_phoenix for the raspbian operating system, but not at https://wxpython.org/Phoenix/snapshot-builds/linux/. Do you mind installing debian8?

I am trying to install this by referring to the manual. sudo pip3 install --upgrade --pre -f https://wxpython.org/Phoenix/snapshotbuilds/linux/gtk3/debian-8/wxPython-4.0.0a3.dev3059+4a5c5d9-cp34-cp34m-linux_x86_64.whl

But is not it because it is different from the Linux operating system?


回答1:


wxPython 4 is out now, which is based on Phoenix. You can just install it like this:

pip install wxPython

Note that you may need to install webkit BEFORE you install wxPython as I have had mine fail when webkit isn't there. The creators of wxPython are working on an update that will ignore this sort of thing soon.



来源:https://stackoverflow.com/questions/44746049/i-want-to-install-wxpython-phoenix-on-raspberrypi3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!