Hi Jean-Philippe - did you change your PYTHONPATH from 3.8 to 3.10?
Also, please check the subversion of gnuradio-dev, e.g.,
apt list gnuradio-dev
and the 3.10 should expand to something which looks like this
3.10.2.0-1+b2
-- Cinaed
On 7/21/22 18:25, Jean-Philippe Buchet wrote:
Hello,
first of all I am surly not a gnuradio guru, not a python guru.
I use some scripts written by other peoples
Until last week, all was ok.
After an update ( Kali on raspberry)..
I have removed gnuradio, python3.8 ...
and afte, a new install via apt ( gnuradio, gnuradio-dev osmo-sdr ..
python3.10 ..)
I still get the error : cannot import gru module from gnuradio.
To check, I start by hand in python3 the other imports from gnuradio.
gr, digital, filters ...
All them work except "gru"
As I can see, after spent hours and hours, this gru module is removed
from gnuradio.
(for the moment I don't understand gnuradio / modules and their goals)
What can I do please ?
OS: raspi-kali 5.15.44 Debian Kali-pi (2022-07-03)
GR Installation Method: apt install ( gnuradio, gnuradio-dev python3 ..)
GNU Radio Version 3.10 (maint-3.10)
Thank you