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

1 2 3 4 5 6 7 Next › Last »

sng commented on 2023-11-21 14:56 (UTC) (edited on 2023-11-21 15:00 (UTC) by sng)

Updated...

Should be ok now

absinthium commented on 2023-11-21 10:28 (UTC)

Build error: exit status 4 (https://pastebin.com/HpMqZe36)

sng commented on 2023-01-10 21:52 (UTC) (edited on 2023-01-10 22:05 (UTC) by sng)

@Strykar

You are absolutely right!

Typo.. typo...

Fixing it...

Strykar commented on 2023-01-10 16:01 (UTC)

It appears the dependency should be python-netifaces, not python-netiface, missing an 's'.

vevais commented on 2022-02-17 17:13 (UTC)

Reinstalling through pacman did not do the trick, but installing pip through pip did!

sng commented on 2022-02-13 12:26 (UTC) (edited on 2022-02-13 12:27 (UTC) by sng)

@vevais

It seems your pip is corrupt...

Maybe at some point you installed pip using pip? (someting like sudo python -m pip install --upgrade pip or sudo pip install --upgrade pip)?

I'd try reinstalling python-pip:

sudo pacman -S python-pip

vevais commented on 2022-02-11 09:06 (UTC)

Get the following error when trying to build: http://sprunge.us/M6jkg0 Reinstalling (and also deleting all the files) of python-pip did not do the trick for me. Any ideas?

martynjy commented on 2022-01-31 17:18 (UTC) (edited on 2022-01-31 17:25 (UTC) by martynjy)

@sng: Thanks, that did the trick. There was no

pip-20.3.4-py3.10.egg-info/
but somehow there was
pip-21.3.1.dist-info/
.

sng commented on 2022-01-31 16:57 (UTC) (edited on 2022-01-31 16:59 (UTC) by sng)

I'd say your python-pip package is corrupt

I'd try removing python-pip and the install it again

sudo pacman -R python-pip

These are the files installed by python-pip

https://pastebin.com/Q19rXMyx

After removing the package, check that these two directories do not exist

If the do, delete them manually

/usr/lib/python3.10/site-packages/pip-20.3.4-py3.10.egg-info/
/usr/lib/python3.10/site-packages/pip/

Then install python-pip again

sudo pacman -S python-pip

martynjy commented on 2022-01-31 16:05 (UTC) (edited on 2022-01-31 16:13 (UTC) by martynjy)

pacman -Qo /usr/lib/python3.10/site-packages/pip:
/usr/lib/python3.10/site-packages/pip/ is owned by python-pip 20.3.4-4
pacman -Qo /usr/lib/python3.10/site-packages/pip/_internal/locations/_sysconfig.py:
error: No package owns /usr/lib/python3.10/sitepackages/pip/_internal/locations/_sysconfig.py