Package Details: pyradio-git 0.9.3.1-1

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: http://www.coderholic.com/pyradio/
Licenses: MIT
Conflicts: pyradio
Provides: pyradio
Submitter: aksr
Maintainer: willemw (sng)
Last Packager: sng
Votes: 28
Popularity: 0.000078
First Submitted: 2012-08-23 11:53 (UTC)
Last Updated: 2024-04-18 16:44 (UTC)

Dependencies (16)

Required by (0)

Sources (1)

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:

pacman -Qo /usr/lib/python3.10/site-packages/pip
pacman -Qo /usr/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py

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:

# mv /usr/lib/python3.9/site-packages/pyradio/themes/* /usr/lib/python3.10/site-packages/pyradio/themes/ 

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 report

a. 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

  File "/usr/lib/python3.10/site-packages/pyradio/themes.py", line 283, in open_theme
    self._applied_theme_max_colors = self._colors['Colors']
KeyError: 'Colors'