Since Abraham is seeing similar things, I don't feel so bad. Marcus: My python version is 3.6.9.
________________________________________ From: Marcus Müller <mmuel...@gnuradio.org> Sent: Monday, April 5, 2021 9:13 AM To: Jeff S; discuss-gnuradio@gnu.org Subject: Re: Upgrade to GNURadio v3.8 Python Issue? Jeff, glad to hear so far everything is working! I can fully understand the warning is annoying, and I think warnings about imports might be something we want to understand (that's one of the things that might come back to a project and bite it later). Which python version specifically are you using? Is it 3.6.5? I think this might be inevitable in some versions of Python when installing into a prefix, but I might be mistaken. Cheers, Marcus On 05.04.21 13:52, Jeff S wrote: > Marcus, > > Glad I got the right list this time! :) > > Everything seems to work so far, although I have not done any extensive > testing to try and narrow anything down since, like you said, it is only a > warning. I just find it a bit annoying, but I can live with it. I thought > I'd point it out and see if anyone else saw it too. If it's just me, then I > might assume that it's some sort of configuration issue. > > Thanks, > Jeff > > ________________________________________ > From: Discuss-gnuradio <discuss-gnuradio-bounces+e070832=hotmail....@gnu.org> > on behalf of Marcus Müller <mmuel...@gnuradio.org> > Sent: Monday, April 5, 2021 6:22 AM > To: discuss-gnuradio@gnu.org > Subject: Re: Upgrade to GNURadio v3.8 Python Issue? > > Hi Jeff, > > On 05.04.21 13:04, Jeff S wrote: >> I hope this is the correct list for this question. > > Definitely looks like it! > >> I'm finally getting around to getting some PCs upgraded from 3.7 to 3.8. I >> did the >> installs to a local prefix and everything seems to be running. What I'm >> seeing, however, >> is when I have a ZMQ Pull Source added to my graph (picture of the simple >> graph attached), >> I'm getting some startup warnings a whole bunch of: >> >> >> $ gnuradio-companion >> <<< Welcome to GNU Radio Companion v3.8.2.0-88-g38f5ab7b >>> >> >> Block paths: >> /home/sdr/sdr/x310/installs/share/gnuradio/grc/blocks >> >> *Loading: "/home/sdr/jas/flow/untitled.grc"* >> */usr/lib/python3.6/importlib/_bootstrap.py:219: ImportWarning: can't >> resolve package >> from __spec__ or __package__, falling back on __name__ and __path__* >> * return f(*args, **kwds)* >> > > I haven't seen that one before myself, but it's just a warning; do things > work? > > Best regards, > Marcus >