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:
Here's what I've done, and the resulting error:
# cd /usr/local/src
# git clone
# cd tinysa-saver
# python3.7 -m pip install .
Processing /usr/local/src/tinysa-saver
Collecting PyQt5 (from TinySASaver==0.2.2)
? Using cached https://files.pythonhosted.org/packages/8c/90/82c62bbbadcca98e8c6fa84f1a638de1ed1c89e85368241e9cc43fcbc320/PyQt5-5.15.0.tar.gz
??? Complete output from command python setup.py egg_info:
??? Traceback (most recent call last):
????? File "<string>", line 1, in <module>
????? File "/usr/lib/python3.7/tokenize.py", line 447, in open
??????? buffer = _builtin_open(filename, 'rb')
??? FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-yf_tyxmr/PyQt5/setup.py'
???
??? ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-yf_tyxmr/PyQt5/
I installed several packages with PyQt5 in the name, to no avail.
Any helpful suggestions would be most appreciated.
Thanks, and 73,
Andy
KB1OIQ