Package Details: openwebrx-plus 1.2.75-1

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)

Required by (0)

Sources (3)

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?