Search Criteria
Package Details: openwebrx-plus 1.2.75-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openwebrx-plus.git (read-only, click to copy) |
---|---|
Package Base: | openwebrx-plus |
Description: | Open source, multi-user SDR receiver software with a web interface |
Upstream URL: | https://luarvique.github.io/ppa/ |
Keywords: | sdr |
Licenses: | AGPL3 |
Conflicts: | openwebrx |
Provides: | openwebrx |
Submitter: | SteamedFish |
Maintainer: | SteamedFish |
Last Packager: | SteamedFish |
Votes: | 1 |
Popularity: | 0.000296 |
First Submitted: | 2023-12-06 10:25 (UTC) |
Last Updated: | 2025-01-09 04:27 (UTC) |
Dependencies (48)
- csdr-luarviqueAUR (csdr-luarvique-gitAUR)
- owrx_connector-luarviqueAUR
- python-csdr-luarviqueAUR
- python-distutils-extra
- python-setuptools
- rtl-sdr (rtl-sdr-librtlsdr-gitAUR, rtl-sdr-exp-gitAUR, rtl-sdr-gitAUR, rtl-sdr-blog-gitAUR, rtl-sdr-blogAUR)
- acarsdec (acarsdec-airspyAUR, acarsdec-rtl-sdrAUR, acarsdec-git-airspyAUR, acarsdec-git-rtl-sdrAUR) (optional) – decode ACARS traffic
- codec2 (codec2-gitAUR, codec2-lpcnetAUR) (optional) – demodulate FreeDV digital transmissions
- codecserver (codecserver-gitAUR) (optional) – decode audio data from digital voice modes using the AMBE codec, leagally trustworthy
- codecserver-mbelib-module (codecserver-mbelib-module-gitAUR) (optional) – use LEGALLY DUBIOUS codecs to decode digital voice modes using the AMBE codec
- codecserver-softmbe (codecserver-softmbe-gitAUR) (optional) – use LEGALLY DUBIOUS codecs to decode digital voice modes using the AMBE codec
- csdr-cwskimmerAUR (optional) – decode multiple CW signals at once
- dablinAUR (dablinAUR) (optional) – decode DAB broadcast signals
- direwolfAUR (direwolf-gitAUR) (optional) – decode Packet Radio and optionally report data back to APRS-IS
- dream-noxAUR (optional) – decode DRM broadcasts
- dump1090 (dump1090-mutability-gitAUR, dump1090-mictronics-gitAUR, readsb-wiedehopf-gitAUR, dump1090-gitAUR, dump1090-tomswartz-gitAUR, dump1090-fa-gitAUR) (optional) – decode Mode-S and ADS-B traffic
- dumphfdlAUR (optional) – decoding HFDL airplane communications
- dumpvdl2-gitAUR (optional) – decoding VDL Mode 2 airplane communications
- hamlib (hamlib-gitAUR, hamlib-noindi-gitAUR) (optional) – synchronize frequency and modulation with external transceivers
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (optional) – automatically convert received images to the PNG format
- Show 28 more dependencies...
Latest Comments
zygmund2000 commented on 2025-01-14 19:31 (UTC)
Thx, I removed all old files by hand and reinstalled all packages again and it work now.
SteamedFish commented on 2025-01-14 12:04 (UTC)
@zygmund2000
There's a new python release update from 3.12 to 3.13. Python 3.13 cannot find any modules that are installed for python 3.12. You'll have to reinstall those python packages, such as python-csdr-luarvique, to make it got installed for the new version of python.
zygmund2000 commented on 2025-01-14 10:15 (UTC)
Hi, After update I can't run openwebrx anymore, please look at errors from service:
Traceback (most recent call last): File "/usr/bin/openwebrx", line 33, in <module> sys.exit(load_entry_point('OpenWebRX==1.2.75', 'console_scripts', 'openwebrx')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/bin/openwebrx", line 25, in importlib_load_entry_point return next(matches).load()^^ File "/usr/lib/python3.13/importlib/metadata/init.py", line 179, in load module = import_module(match.group('module')) File "/usr/lib/python3.13/importlib/init.py", line 88, in import_module return _bootstrap._gcd_import(name[level:], package, level)^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "<frozen importlib._bootstrap>", line 1387, in _gcd_import File "<frozen importlib._bootstrap>", line 1360, in _find_and_load File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 935, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 1026, in exec_module File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed File "/usr/lib/python3.13/site-packages/owrx/main.py", line 10, in <module> from owrx.http import RequestHandler File "/usr/lib/python3.13/site-packages/owrx/http.py", line 1, in <module> from owrx.controllers.status import StatusController File "/usr/lib/python3.13/site-packages/owrx/controllers/status.py", line 3, in <module> from owrx.sdr import SdrService File "/usr/lib/python3.13/site-packages/owrx/sdr.py", line 4, in <module> from owrx.source import SdrSource, SdrSourceEventClient File "/usr/lib/python3.13/site-packages/owrx/source/init.py", line 27, in <module> from pycsdr.modules import TcpSource, Buffer ModuleNotFoundError: No module named 'pycsdr.modules'Anybody have any idea how to solve this problem?