Skip to content
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

Trying to use on Windows #35

Open
naw0101 opened this issue Feb 15, 2024 · 0 comments
Open

Trying to use on Windows #35

naw0101 opened this issue Feb 15, 2024 · 0 comments

Comments

@naw0101
Copy link

naw0101 commented Feb 15, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant