You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#
The text was updated successfully, but these errors were encountered:
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/IMSI-catcher#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:
The text was updated successfully, but these errors were encountered: