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'
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'
Is there any way for me to add these manually?
Thank you for your time!