RadioReference.com Forums

Trying to set up the Osmocom beta version of OP25. Fresh install in Linux Mint 20.2 in a VirtualBox on a Windows 10 host machine.

After entering the command line and hitting enter, the terminal window just goes back to the command line without doing anything.
The stderr.2 file error message is:

Traceback (most recent call last):
File "./rx.py", line 52, in <module>
import op25
ModuleNotFoundError: No module named 'op25'

The command line:
./rx.py --args 'airspy' --gains 'lna:15' -X -T bctrunk.tsv -q -1 -S 2500000 -U -P constellation -l 'http:0.0.0.0:8080' -2 -v 10 2> stderr.2

I can set up the Boatbod version without any issues.

Ideas?
Top