Do you actually have a tmp directory in the root?
73
-Jim
NU0C
On Sun, 12 Jan 2020 17:58:02 -0800
"Pierre Martel" <petem001@...> wrote:
I know it is not related on the NanoVNA directly, but I did not think it is a github type issue
Fresh install off debian 10 with Xfce as the windows manager.
All is updated and I am in the Sudo group. I try to install as a user and as a sudo user.
Both time I have this:
when using sudo:
sudo python3.7 -m pip install .
Processing /home/pierre/nanovna-saver
Collecting PyQt5 (from NanoVNASaver==0.2.2)
Downloading (3.2MB)
100% |¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€| 3.2MB 332kB/s
Installing build dependencies ... done
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-g1539h3f/PyQt5/setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-g1539h3f/PyQt5/
When not using sudo
python3.7 -m pip install .
Processing /home/pierre/nanovna-saver
Collecting pyserial (from NanoVNASaver==0.2.2)
Downloading (193kB)
100% |¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€¨€| 194kB 3.1MB/s
Collecting PyQt5 (from NanoVNASaver==0.2.2)
Using cached
Installing build dependencies ... done
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-9ifd2mji/PyQt5/setup.py'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-9ifd2mji/PyQt5/
pierre@workbench:~/nanovna-saver$
I did search in the group, found some stuff on mint but nothing in there fix this problem.
Thanks for the help
Pierre
VE2PF