You are not logged in.

#1 2021-12-18 12:37:36

chilin0525
Member
Registered: 2021-12-18
Posts: 2

[SOLVED] Fail to install python-pip

I tried to install pip3 by using pacman. But I got 404 from mirror site. Look like  'python-msgpack-1.0.2-4-x86_64.pkg.tar.zst' is not exist.

$ sudo pacman -S python-pip

resolving dependencies...
looking for conflicting packages...

Packages (31) python-appdirs-1.4.4-6  python-cachecontrol-1:0.12.6-4  python-cffi-1.15.0-3  python-chardet-4.0.0-5  python-colorama-0.4.4-6  python-contextlib2-0.6.0.post1-6
              python-cryptography-36.0.0-1  python-distlib-0.3.3-4  python-distro-1.6.0-4  python-html5lib-1.1-11  python-idna-3.3-3  python-more-itertools-8.10.0-4  python-msgpack-1.0.2-4
              python-ordered-set-4.0.2-6  python-packaging-20.9-7  python-pep517-0.12.0-4  python-ply-3.11-10  python-progress-1.6-5  python-pycparser-2.21-3  python-pyopenssl-21.0.0-5
              python-pyparsing-2.4.7-6  python-requests-2.26.0-5  python-resolvelib-0.5.5-4  python-retrying-1.3.3-13  python-setuptools-1:57.4.0-6  python-six-1.16.0-5
              python-toml-0.10.2-7  python-tomli-1.2.2-4  python-urllib3-1.26.7-5  python-webencodings-0.5.1-9  python-pip-20.3.4-4

Total Download Size:    0.42 MiB
Total Installed Size:  21.11 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
python-msgpack-1.0.2-4-x86_64 is up to date
Total ( 1/17)                                                                         425.2 KiB  20.9 KiB/s 00:20 [####################################################################] 100%
error: failed retrieving file 'python-msgpack-1.0.2-4-x86_64.pkg.tar.zst' from archlinux.cs.nctu.edu.tw : The requested URL returned error: 404
error: failed retrieving file 'python-msgpack-1.0.2-4-x86_64.pkg.tar.zst' from archlinux.ccns.ncku.edu.tw : The requested URL returned error: 404
error: failed retrieving file 'python-msgpack-1.0.2-4-x86_64.pkg.tar.zst' from free.nchc.org.tw : The requested URL returned error: 404
error: failed retrieving file 'python-msgpack-1.0.2-4-x86_64.pkg.tar.zst' from free.nchc.org.tw : The requested URL returned error: 404
error: failed retrieving file 'python-msgpack-1.0.2-4-x86_64.pkg.tar.zst' from shadow.ind.ntou.edu.tw : The requested URL returned error: 404
error: failed retrieving file 'python-msgpack-1.0.2-4-x86_64.pkg.tar.zst' from shadow.ind.ntou.edu.tw : The requested URL returned error: 404
error: failed retrieving file 'python-msgpack-1.0.2-4-x86_64.pkg.tar.zst' from ftp.tku.edu.tw : The requested URL returned error: 404
error: failed retrieving file 'python-msgpack-1.0.2-4-x86_64.pkg.tar.zst' from ftp.yzu.edu.tw : Connection timeout after 10000 ms
error: failed retrieving file 'python-msgpack-1.0.2-4-x86_64.pkg.tar.zst' from ftp.yzu.edu.tw : Connection timeout after 10000 ms
error: failed retrieving file 'python-msgpack-1.0.2-4-x86_64.pkg.tar.zst.sig' from mirror.osbeck.com : 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.

Last edited by chilin0525 (2021-12-18 12:49:25)

Offline

#2 2021-12-18 12:42:03

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,461

Re: [SOLVED] Fail to install python-pip

Update your system.

Offline

#3 2021-12-18 12:48:27

chilin0525
Member
Registered: 2021-12-18
Posts: 2

Re: [SOLVED] Fail to install python-pip

Thank you! I installed pip3 successfully after executing

sudo pacman -Syu python-pip

.

Offline

Board footer

Powered by FluxBB