Keyboard Shortcuts
Likes
Search
Error building TinySA-saver on Linux (AHRL v24/Ubuntu 18.04.4)
Hi Everybody, I'm trying to build the tinysa-saver PC software for Linux which I downloaded from github.? I'm trying to run it on "Andy's Ham Radio Linux", which is heavily based on Ubuntu 18.04.4.? I'm trying to follow the instructions from here:
|
On Sat, Aug 8, 2020 at 08:30 AM, Andy S wrote:
I'm trying to build the tinysa-saver PC software for Linux which I downloaded from github.You best search for help how on to build xx-saver on the nanoVNA group I only made a very quick and crude hack to get it working with the tinySA but it is basically still nanoVNA-saver so all building wisdom from nanoVNA is applicable. |
Erik: thank you for the pointer to the nanoVNA group.? I looked there and found a lot of people complaining about this same issue with PyQt5.? I searched further on the internet, and this issue with PyQt5 seems to be quite common.? I tried any and all of their suggestions, to no avail. Gyular: I installed all of the prerequisites.? I still see the issue. 73 de Andy KB1OIQ Creator: Andy's Ham Radio Linux |
开云体育Andy, you could try the procedure documented here: /g/nanovna-users/files/Nano%20VNA%20Saver/nanoVNA-H4%20software%20support%20under%20Ubuntu.pdf. In essence, it involves using a Python Virtual Environment (PVE) so that the VNA Saver (using Python 3.7) is fully decoupled from the native Python 3.6 used by Ubuntu 18.04, thus resolving the dependency issues. And it requires python3-pip to be installed at an early stage, so that Python 3.7 can bootstrap the required later version of pip. Any questions, please ask. (It took a while to sort out and fully understand.) 73, Robin, G8DQX On 08/08/2020 22:14, Andy S wrote:
|
Hi Robin (G8DQX), I found instructions on the internet for setting up a Python Virtual Environment.? I set one up, and then tried to install PyQt5, and got exactly the same error.? :-( 73, |
开云体育Andy, 1) the login was to groups.io for your list account (you may not have one, depending on how you signed up to this list) 2) a direct copy of the document is on its way to your ARRL email address 3) one can only hope that it's worth it when this gets sorted. It certainly was for the nanoVNA-Saver HTH, 73, Stay Safe, Robin, G8DQX On 09/08/2020 22:27, Andy S wrote:
|
Hi Everybody, I've got the tinySA-saver and the nanoVNA-saver working from the menu on "Andy's Ham Radio Linux" (AHRL) v24c, based on Ubuntu 18.04.5. Thanks again for all of your help! |