问题
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