You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To put you in context, and in case it is the problem, I have Ubuntu 22.04.2, python at the operative system is 3.10.12 and at my venv 3.8.13 (I cannot put a newer version because later it tells me SoapySDR doesn't support it).
When I install the SoapySDR module at the venv, then, when I check the modules installed, it is not in the list, however, I can use uhd_find_devices from another Soapy module.
During the installation of SoapySDR, the online warnings I receive are aboyt "Python inyerp and library version mismatch".
What can I do? Because when I run my code, I get: "ModuleNotFoundError: No module named 'SoapySDR'"
The text was updated successfully, but these errors were encountered:
To put you in context, and in case it is the problem, I have Ubuntu 22.04.2, python at the operative system is 3.10.12 and at my venv 3.8.13 (I cannot put a newer version because later it tells me SoapySDR doesn't support it).
When I install the SoapySDR module at the venv, then, when I check the modules installed, it is not in the list, however, I can use uhd_find_devices from another Soapy module.
During the installation of SoapySDR, the online warnings I receive are aboyt "Python inyerp and library version mismatch".
What can I do? Because when I run my code, I get: "ModuleNotFoundError: No module named 'SoapySDR'"
The text was updated successfully, but these errors were encountered: