Hi Andy,
the only thing I can think of is possibly having them installed using pip
for python 2? Maybe check whether they have been installed with "pip3"?
Try looking at pip --version and pip3 --version
--
Rune
On Thu, 5 Sep 2019 at 15:37, Andy G0FTD 3rd Earl of Whitstable MBE BBC ITV
etc etc etc etc etc via Groups.Io <punkbiscuit@...>
wrote:
toggle quoted message
Show quoted text
Hi Rune,
Here's the error messages
$ 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'
Strange thing is, I have the required modules installed, as I needed them
for another application.
So I'm not sure why the three required modules appear to be invisible for
your Nano VNA software.
Strange...
73 de Andy