jhonnybonny / CleverJAM

Smart jammer based on SDR with frequency hopping 🐇
MIT License
174 stars 22 forks source link

No module named gnuradio #5

Open Champion0081 opened 2 months ago

Champion0081 commented 2 months ago

On windows, when trying to run jam.py

from gnuradio import qtgui
ModuleNotFoundError: No module named 'gnuradio'

Despite installing Radioconda 2024.05.29 with python 3.11.9 64 bit following https://stackoverflow.com/questions/61369513/using-gnuradio-in-python(that is how gnuradio is delivered for windows), searching through multiple answers on the net i was not succesfull with running jam.py

Any ideas how to get through this? Do i understand well that running jam.py first is required for clever.py to run properly?

Lotcelan commented 3 weeks ago

Hello, same problem here (fedora linux), a requirements.txt would have been welcomed !