igorauad / gr-dvbs2rx

DVB-S2 Receiver Extensions for GNU Radio
https://igorauad.github.io/gr-dvbs2rx/
GNU General Public License v3.0
96 stars 23 forks source link

Trying to use on Windows #35

Open naw0101 opened 8 months ago

naw0101 commented 8 months ago

Hello,

I am currently working on a senior design project that involves streaming video from a cubesat and I was hoping to use your project for this. I currently have issues getting my bootleg pluto + working on Linux but I have it working on Windows and was hoping to get this working on it. My current issue involves missing python modules as shown below.

Traceback (most recent call last): File "C:\Users\Logan\radioconda\Lib\site-packages\gnuradio\dvbs2rx__init__.py", line 17, in from .bindings.dvbs2rx_python import * # noqa: F401,F403 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'gnuradio.dvbs2rx.bindings'

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "D:\gr-dvbs2rx\examples\dvbs2_rx.py", line 18, in from dvbs2rx_rx_hier import dvbs2rx_rx_hier # grc-generated hier_block ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Logan/.grc_gnuradio\dvbs2rx_rx_hier.py", line 12, in from gnuradio import dvbs2rx File "C:\Users\Logan\radioconda\Lib\site-packages\gnuradio\dvbs2rx__init__.py", line 19, in from .dvbs2rx_python import * # noqa: F401,F403 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'gnuradio.dvbs2rx.dvbs2rx_python'

Done (return code 1)

Is there any way for me to add these manually?

Thank you for your time!