wxPython in a venv (Ubuntu)

Need pip (not already there):

python3 -m ensurepip --upgrade

Need GTK-3 development library to enable wheel to be built

sudo apt install libgtk-3-dev

Success?

python3 -m pip install wxpython