Not able to install Python Pip Package

Hello there,

I am new to Linux. I’ve been trying to install Python’s Pip package but the terminal shows me the following error.

error: failed retrieving file 'python-distro-1.5.0-3-any.pkg.tar.zst' from mirror.telepoint.bg : The requestedURL returned error: 404
warning: too many errors from mirror.telepoint.bg, skipping for the remainder of this transaction
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.

I’ve used pacman installer to install pip to the system. Here is the command that i used to install pip to my system

sudo pacman -S python-pip

Your help will highly be appreciated. Thanks in advance.

Hi there, welcome.
update your mirrorlist and retry

4 Likes

Always install using -Syu, the package was most likely updated after you synced databases the last time.

5 Likes

Thanks alot!! It worked. :slightly_smiling_face:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.