-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No module named 'gnuradio.sdrplay3.sdrplay3_python' #42
Comments
I use Linux 99% of the times here, and to be honest I haven't built/run this module under Windows for quite a while, but, if I remember correctly, when you install 'gr-sdrplay3', it should create a dll called 'sdrplay3_python.dll' (or something like that) and install it somewhere in your 'miniforge3' environment. I hope this helps, |
Thanks for your very swift reply. I found a file I then downloaded your gr-sdrplay3 sources and tried to build. After having installed boost, pybind11, pkgconfig and doxygen I got a clean cmake run, but no |
@gozillah thanks for the info I honestly don't remember very well the name of that file; I thought it was a dll but now I am starting to have some doubt. At this point the best thing probably is for me to boot my computer under Windows, install conda/radioconda there, rebuild this GNU Radio module, and see what happens (the old computer where I did this a while ago is gone). I'll give it a try one of these nights after work, or during the weekend when I have more free time. Franco |
That's very kind, thank you. I am suggesting to use Radioconda 26.7.2023 with Ryan Volz's "base" environment. It is very easy to install and runs very well on my Windows 10. The later Radioconda releases (including the recent 29.5.2024 release) do seem to have a problem with some QTgui blocks, see my comment at Radioconda issue 46. May be you could also install Radioconda 29.5.2024 just for a test to confirm or contradict my findings. |
@gozillah - tonight I was able to build the conda package for Windows for this 'gr-sdrplay3' GNU Radio module, and I just posted a message about it here: #41 (comment) Please give it a try and let me know how it goes, |
After installing gr-sdrplay3 on Windows 10 and running a simple GNU Radio test I get the following error message:
I could not find a module named sdrplay3_python anywhere in the Internet. Please help.
The text was updated successfully, but these errors were encountered: