Just for info, I used the command to list modules, still doesn't show them.
So I used the pip installer to try again..
Nope, still doesn't work.
I thought these languages like Python were suppose to make things portable ? ;-)
pip3 install PyQt5
Collecting PyQt5
Downloading (62.1MB)
100% |¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨| 62.1MB 23kB/s
Collecting PyQt5_sip<13,>=4.19.14 (from PyQt5)
Downloading (67kB)
100% |¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨| 71kB 2.2MB/s
Installing collected packages: PyQt5-sip, PyQt5
Successfully installed PyQt5 PyQt5-sip
$ pip3 install numpy
Collecting numpy
Downloading (20.1MB)
100% |¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨| 20.2MB 75kB/s
Installing collected packages: numpy
Successfully installed numpy-1.17.1
$ pip3 install pyserial
Collecting pyserial
Downloading (193kB)
100% |¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨| 194kB 947kB/s
Installing collected packages: pyserial
Successfully installed pyserial-3.4
$ python3.7 nanovna-saver.py
Traceback (most recent call last):
File "nanovna-saver.py", line 19, in <module>
from PyQt5 import QtWidgets
ModuleNotFoundError: No module named 'PyQt5'
$ python3.7 NanoVNASaver.py
Traceback (most recent call last):
File "NanoVNASaver.py", line 22, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
73 de Andy