f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.72k stars 420 forks source link

USRP support missing on macos-arm #2164

Closed citizenrich closed 1 week ago

citizenrich commented 2 weeks ago

Starting sdrangel on macos (from /Applications folder) on the command line shows that USRP devices are not enumerated. The error is:

Reason: tried: '/opt/build/sdrangel/build/external/uhd/lib/Python3.framework/Versions/3.9/Python3' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/build/sdrangel/build/external/uhd/lib/Python3.framework/Versions/3.9/Python3' <...>
srcejon commented 1 week ago

Yep - not quite sure how to fix it though.

If you want to use USRP device on Mac, may be best to build from source yourself, so it picks up your version of python: https://github.com/f4exb/sdrangel/wiki/Compile-in-MacOS

citizenrich commented 1 week ago

Great, thanks. I'll build from source then.