On Sat, Dec 7, 2019 at 9:25 AM Dan Smith via chirp_devel chirp_devel@intrepid.danplanet.com wrote:
jim@jim-desktop:/media/jim/e86c7433-1ab9-44d7-a2f8-76ea78f5f498/Radio_Stuff/chirp_wx/chirp-20191206-wx$ python3 -mpip install wxPython Collecting wxPython Using cached https://files.pythonhosted.org/packages/b9/8b/31267dd6d026a082faed35ec8d9752... Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 1, in <module> ModuleNotFoundError: No module named 'setuptools'
Hmm, what version/distro? You can try "apt-get install python3-setuptools" although I would think you'd already have it.
You can also install the distro-provided wxPython if it has one (python3-wxgtk3.0 or 4.0).
--Dan
I'm running Linux Mint 19.2 which is based on Ubuntu 18.04. After googling and trying what seemed to be a million different things, I finally have it running on my linux machine.
I don't know if I can remember how I did it so I will document it here.
It took this...
sudo apt-get install python3-wxgtk4.0 python3-wxgtk-webview4.0 python3-wxgtk-media4.0
And this...
sudo python3 -m pip install pyserial
So now I am good on Windows and Linux for testing.
Jim