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
Hi @danskelly
Are you on an intel or m1/m3 mac? PySide2 (the UI library) was never released for m1 architecture unfortunately so installation via pip will fail with:
ERROR: Could not find a version that satisfies the requirement PySide2>=5.13.1 (from rtlsdr-wwb-scanner) (from versions: none)
ERROR: No matching distribution found for PySide2>=5.13.1
This project could probably stand to be updated to use PySide6, but that may take some time to refactor.
If you are on an Intel-based system though, it may be something else. I haven't tested with Python 3.12, so could you maybe try 3.10 or 3.11?
MacOS 13.6.7
Python 3.12.4
Numpy 1.26.4 (2.0.0 doesn't seem to be working)
Using Python venv. Had to manually install
setuptools
with pip. Manually installedpyrtlsdr[lib]
with pip. Installedrtlsdr-wwb-scanner
with pip.When executing the binary I get a SegFault.
% /Users/****/Python_venv/bin/wwb_scanner-ui zsh: segmentation fault /Users/****/Python_venv/bin/wwb_scanner-ui
The text was updated successfully, but these errors were encountered: