git clone https://github.com/drowe67/freedv-gui.git
cd freedv-gui
sudo apt install libpulse-dev
python3 -m venv rade-venv
. ./rade-venv/bin/activate
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
pip3 install matplotlib
./build_linux.sh
cd build_linux
ln -s $(pwd)/rade_src/model19_check3 model19_check3
cd ..
mkdir build
cmake ..
make freedv-flex
Then when I try to run it with: PYTHONPATH=$(pwd)/rade_src src/integrations/flex/freedv-flex
I get this:
(rade-venv) admin@qslserv:~/freedv/freedv-gui/build$ PYTHONPATH=$(pwd)/rade_src src/integrations/flex/freedv-flex
19:41:15 INFO /home/admin/freedv/freedv-gui/src/integrations/flex/main.cpp:104: Initializing RADE library...
19:41:15 INFO /home/admin/freedv/freedv-gui/src/integrations/flex/main.cpp:109: Setting up signal handlers...
19:41:15 INFO /home/admin/freedv/freedv-gui/src/integrations/flex/main.cpp:116: Creating RADE object
Python garbage collector disabled (previous state 1)
model file:
import_array returned: 0
ModuleNotFoundError: No module named 'radae_txe'
Error: importing radae_txe
What am I missing or doing wrong?
Thanks!
Mark (K9YK)
--
You received this message because you are subscribed to the Google Groups "digitalvoice" group.
To unsubscribe from this group and stop receiving emails from it, send an email to digitalvoice...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/digitalvoice/bbf1c6fb-90ea-4f41-a3f5-b1bbe079c088n%40googlegroups.com.
The waveform can be run similarly to the main FreeDV application. From your build folder: