I tried installing pip in Manjaro (Arch Linux) from the terminal. I tried running the following command:
sudo pacman -S python-pip
It gave me the following error:
python-pip-22.3-1-any.pkg.tar.zst failed to download
Total (1/7) 3.9 MiB 80.0 KiB/s 00:50 [#######################################################################################] 100%
error: failed retrieving file python-pip-22.3-1-any.pkg.tar.zst from mirrors.ustc.edu.cn : SSL connection timeout
error: failed retrieving file python-pip-22.3-1-any.pkg.tar.zst from mirror.csclub.uwaterloo.ca : The requested URL returned error: 404
error: failed retrieving file python-pip-22.3-1-any.pkg.tar.zst from mirror.tarnkappe.info : The requested URL returned error: 404
error: failed retrieving file python-pip-22.3-1-any.pkg.tar.zst from mirrors.ucr.ac.cr : SSL connection timeout
error: failed retrieving file python-pip-22.3-1-any.pkg.tar.zst from manjaro.ipacct.com : The requested URL returned error: 404
error: failed retrieving file python-pip-22.3-1-any.pkg.tar.zst from mirror.alpix.eu : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)
Errors occurred, no packages were upgraded.
How can I fix this issue? And why wasn t pip packaged with Python in the first place?