ptrkrysik / gr-gsm

Gnuradio blocks and tools for receiving GSM transmissions
Other
1.33k stars 429 forks source link

ImportError: cannot import name 'GrRangeWidget' from 'gnuradio.qtgui' (/usr/lib/python3/dist-packages/gnuradio/qtgui/__init__.py) #620

Open iamfusta opened 1 year ago

iamfusta commented 1 year ago

I'm getting this error when trying to run the oros42- imsi catcher project. What do you think could be the cause and solution?

root@kali:~/IMSI-catcher# grgsm_livemon CPU Features: SSE2+ SSE4.1+ AVX+ FMA- Using avx for xtrxdsp_iq16_sc32 Using avx for xtrxdsp_iq8_ic16 Using avx for xtrxdsp_iq16_ic16i Using avx for xtrxdsp_iq8_ic8i Using avx for xtrxdsp_sc32i_iq16 Using avx for xtrxdsp_iq8_sc32 Using avx for xtrxdsp_iq8_sc32i Using avx for xtrxdsp_iq16_sc32i Using avx for xtrxdsp_sc32_iq16 Using avx for xtrxdsp_ic16i_iq16 Traceback (most recent call last): File "/usr/bin/grgsm_livemon", line 40, in from gnuradio.qtgui import Range, GrRangeWidget ImportError: cannot import name 'GrRangeWidget' from 'gnuradio.qtgui' (/usr/lib/python3/dist-packages/gnuradio/qtgui/init.py) root@kali:~/IMSI-catcher#

velichkov commented 1 year ago

Hi @iamfusta,

Which gnuradio version do you have and how did you installed it?

iamfusta commented 1 year ago

I tried to set up this project: https://github.com/Oros42/IMSI-catcher

ngochoaitn commented 1 year ago

Same issue 🫣