Uncategorized

cant find a library to work with usrp x310 in python


I tried to install uhd and pyuhd but they cant be found, next I tried to install pysdr, it worked but I cant import that to my project, did someone know how to work with the usrp? notice that I have already installed UHD and python 3.8.5 on my computer

when running pip install pyuhd or uhd i have hot this error:

ERROR: Could not find a version that satisfies the requirement pyuhd/uhd (from versions: none)
ERROR: No matching distribution found for pyuhd/uhd

when trying to import pysdr i a getting this error:

Traceback (most recent call last):
File “c:\Users\Administrator\Desktop\sdr\test.py”, line 1, in
import pysdr
File “C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\pysdr_init_.py”, line 2, in
from pysdr.gui import base_plot
File “C:\Users\Administrator\AppData\Local\Programs\Python\Python38\lib\site-packages\pysdr\gui.py”, line 1, in
from bokeh.plotting import Figure
ModuleNotFoundError: No module named ‘bokeh’

I have tried to search for a solution in chatGPT but cant found nothing



Source link

Leave a Reply

Your email address will not be published. Required fields are marked *