I can't count the number of times that I needed to install wxpython for a project.
Quite often, this led to a lot of frustration, sometimes to the point where I used another graphics package,
even though I really like wxpython.
For the past year or so, I haven't had a single problem with any wxpython install, and that's because of an almost hidden installation hint.
Since this has been such a relief for me, I thought I ought to post it here:
This seems to always work on Linux Mint (change version of ubuntu as needed),(expect the same with any ubuntu based distro as well):
Quite often, this led to a lot of frustration, sometimes to the point where I used another graphics package,
even though I really like wxpython.
For the past year or so, I haven't had a single problem with any wxpython install, and that's because of an almost hidden installation hint.
Since this has been such a relief for me, I thought I ought to post it here:
This seems to always work on Linux Mint (change version of ubuntu as needed),(expect the same with any ubuntu based distro as well):
pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-22.04 wxPython