-
Couldn't load subscription status.
- Fork 131
Description
System (please complete the following information):
- OS: Ubuntu 25.04
- Python version: 3.13.3
pipxversion (if applicable): 1.7.1pipxinstallation method: System dependent / Fully isolated pipx python3 install.py- PyRadio Version: 0.9.3.11.19,
Terminal output Install
** file found in cache!
Extracting PyRadio source code...
Looking for pipx ... 1.7.1 (found via: python3 -m pipx)
installed package pyradio 0.9.3.11.19, installed using Python 3.13.3
These apps are now globally available
- pyradio
- pyradio-client
done! ✨ 🌟 ✨
Installing Desktop file ...
PyRadio succesfully installed!
Hope you have a lot of fun using it!
Cheers!
Add your terminal outup here Running
Traceback (most recent call last):
File "/home/xxx/.local/bin/pyradio", line 3, in
from pyradio.main import shell
File "/home/xxx/.local/share/pipx/venvs/pyradio/lib/python3.13/site-packages/pyradio/main.py", line 17, in
from .radio import PyRadio
File "/home/xxx/.local/share/pipx/venvs/pyradio/lib/python3.13/site-packages/pyradio/radio.py", line 57, in
from .m3u import parse_m3u
File "/home/xxx/.local/share/pipx/venvs/pyradio/lib/python3.13/site-packages/pyradio/m3u.py", line 16, in
from charset_normalizer import detect
ModuleNotFoundError: No module named 'charset_normalizer'
Additional comments
Anything else to add?
Was running previously with older versions. Failed after an update. Tried re-install of pipx, tried removing pipx shared files in .local directory. same errors. I have the additional python dependencies installed (as previously mentioned this was running previously)