¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Can't Install TinySA-saver #tinysa


 

Maybe slightly OT:

I'm trying to install the TinySA-saver utility on Debian 10, but I'm getting an error I can't solve.
I cloned the code from and following the instructions, I did a:
python3.7 -m pip install .

This greets me with an error

?? 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-install-veacg6g9/PyQt5/setup.py'
???
??? ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-veacg6g9/PyQt5/


All required packages are installed (even the ones that you 'may' need.

Suggestions, anyone, please ?


 

I suggest you seek help from the nanovna-users group.
Booting the nanovna-saver under python under Debian, someone else had a problem with that.
Use the "Search" button in the area above the messages.

--
73, Gyula HA3HZ


 

Thanks Gyula,
Your remark put me on the right track for another search.

For anyone's reference:
If you do a :
pip3 install pyqt5==5.14
before the python3 -m pip install .

the procedure works perfectly.

73, Hans

On Thu, Nov 19, 2020 at 09:55 PM, Gyula Molnar wrote:
I suggest you seek help from the nanovna-users group.
Booting the nanovna-saver under python under Debian, someone else had a problem with that.
Use the "Search" button in the area above the messages.

--
73, Gyula HA3HZ