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.