Hi Apostolos,
I always use virtual environments for my python code. (Python venv. I seem to get a crash when I use Virgo with venv. Like this:
File "/home/image/pictor/venv/lib/python3.8/site-packages/virgo/virgo.py", line 525, in observe
from run_wola import run_observation
ModuleNotFoundError: No module named 'run_wola'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "test.py", line 25, in <module>
virgo.observe(obs_parameters=obs, obs_file='observation.dat')
File "/home/image/pictor/venv/lib/python3.8/site-packages/virgo/virgo.py", line 527, in observe
from .run_wola import run_observation
File "/home/image/pictor/venv/lib/python3.8/site-packages/virgo/run_wola.py", line 9, in <module>
from gnuradio import blocks
ModuleNotFoundError: No module named 'gnuradio'
I can hack round it, but really it needs a proper fix. If you want me to look into it some more, I can.
Kind regards
Steve
Hi Apostolos,
I always use virtual environments for my python code. (Python venv. I seem to get a crash when I use Virgo with venv. Like this:
I can hack round it, but really it needs a proper fix. If you want me to look into it some more, I can.
Kind regards
Steve