Using pipx seems like a good idea, but I must be missing something. I am trying to run Quisk from the virtual environment VENV created by pipx, but Quisk?complains that module wx is missing. The wx module is also known as wxPython and as?python3-wxgtk4.0.
The wx module is available in the system Python, but the system wx is not available from within the VENV. I could install wx directly into the VENV, but the normal way is to use apt-get and that does not install to the VENV. Or I could install wx from PyPi, but that will try to build wx from source, and that fails unless I install a dozen *-dev packages.?
How did you make wx available within the VENV?
Jim
N2ADR