Search Criteria
Package Details: pyradio-git 0.9.3.5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pyradio-git.git (read-only, click to copy) |
---|---|
Package Base: | pyradio-git |
Description: | Internet radio player for the command line |
Upstream URL: | https://github.com/coderholic/pyradio |
Licenses: | MIT |
Conflicts: | pyradio |
Provides: | pyradio |
Submitter: | aksr |
Maintainer: | willemw (sng) |
Last Packager: | sng |
Votes: | 29 |
Popularity: | 0.31 |
First Submitted: | 2012-08-23 11:53 (UTC) |
Last Updated: | 2024-05-06 14:42 (UTC) |
Dependencies (16)
- python-dateutil
- python-dnspython (python-dnspython-gitAUR)
- python-netifaces (python-netifaces-plusAUR)
- python-psutil
- python-requests
- python-rich
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-pip (make)
- python-setuptools (make)
- python-wheel (make)
- mkvtoolnix-cli (mkvtoolnix-qt5AUR) (optional) – fix mplayer recordings, add chapters to recordings
- mplayer (mplayer-gui-svnAUR) (optional) – as backend
- mpv (mpv-light-pulseAUR, mpv-amd-full-gitAUR, mpv-full-gitAUR, mpv-fullAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-build-gitAUR) (optional) – as backend
- vlc (vlc-gitAUR, vlc-luajitAUR) (optional) – as backend
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »
willemw commented on 2022-01-31 15:55 (UTC)
@martynjy: what does the following return as output:
martynjy commented on 2022-01-31 15:43 (UTC) (edited on 2022-01-31 15:47 (UTC) by martynjy)
Build Failed: https://pastebin.com/4MpxwHXx
willemw commented on 2021-12-16 09:05 (UTC)
@kusky: the problem is that those files are owned by package(s) and managed by pacman libraries. The user should not (re)move them.
Python 3.10 should be on your system. Rebuilding and reinstalling Python packages should install files in /usr/lib/python3.10 instead of /usr/lib/python3.9.
Try uninstalling and then installing pyradio-git with Python 3.10 installed.
kusky commented on 2021-12-16 08:53 (UTC) (edited on 2021-12-16 08:55 (UTC) by kusky)
@willemw i already --rebuild pyradio but the files didn't move from 3.9 to 3.10
only way to make it work was to move the themes manually
i didn't have problems with any other python package
and i didn't move any file other than my custom theme
willemw commented on 2021-12-15 21:49 (UTC) (edited on 2021-12-15 21:50 (UTC) by willemw)
@kusky:
The files in /usr/lib/python3.9/ are probably all AUR packages. You need to rebuilt those packages, not move the files. Please move the files back first.
To rebuild, you may need to delete the specific .zst package files first and maybe also the specific cached build files. (Look in /var/cache/..., ~/.cache/...).
kusky commented on 2021-12-15 21:40 (UTC)
thanks @sng and @willemw, the following solved the issue for me:
sng commented on 2021-12-14 19:42 (UTC) (edited on 2021-12-14 19:42 (UTC) by sng)
@kusky
In case you cannot fix it using the proposed actions by @willemw, please do contact me at https://github.com/coderholic/pyradio (submit an issue)
Please execute
pyradio -d
and include in the bug reporta. your
~/pyradio.log
b. the full output of the crash (from the terminal)
S.
willemw commented on 2021-12-14 12:32 (UTC)
@kusky:
Also make sure your whole system is up-to-date. And also run
pacman -Qo /usr/lib/python3.9
to check if there are any out-of-date Python packages.It could also be a CPython issue. The following issue also mentions "KeyError": https://bbs.archlinux.org/viewtopic.php?pid=2008581#p2008581
willemw commented on 2021-12-14 07:12 (UTC)
@kusky: you rebuilt the package and then maybe found an upstream issue. Try moving/renaming your configuration folder (~/.config/pyradio/) and then start pyradio again.
kusky commented on 2021-12-14 02:42 (UTC)
getting the following error after bumping to python 3.10
« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »