You are not logged in.

#1 2024-04-29 19:12:41

zylthex
Member
Registered: 2024-04-29
Posts: 1

pacman -S python-pyqt5 returns error 404.

Here's the log, how can i get it fixed?

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

Packages (2) python-pyqt5-sip-12.13.0-1  python-pyqt5-5.15.10-1

Total Download Size:    4.41 MiB
Total Installed Size:  28.71 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst failed to download
Total (1/2)                                                               4.4 MiB   571 KiB/s 00:08 [###########################################################] 100%
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from de.arch.mirror.kescher.at : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from at.arch.mirror.kescher.at : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from archlinux.mailtunnel.eu : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from mirror.theo546.fr : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from archmirror.it : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from mirror.cyberbits.eu : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from archlinux.thaller.ws : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from mirror.f4st.host : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from mirror.moson.org : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from mirror.telepoint.bg : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from md.mirrors.hacktegic.com : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from ftp.sh.cvut.cz : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from mirrors.neusoft.edu.cn : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from america.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from asia.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from europe.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from geo.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from seoul.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from sydney.mirror.pkgbuild.com : The requested URL returned error: 404
error: failed retrieving file 'python-pyqt5-5.15.10-1-x86_64.pkg.tar.zst' from mirror.lty.me : 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.

Offline

#2 2024-04-29 19:16:05

Xabre
Member
From: Serbia
Registered: 2009-03-19
Posts: 753

Re: pacman -S python-pyqt5 returns error 404.

Never do a -S, use -Sy. Seems your package database is outdated.

Online

#3 2024-04-29 19:39:58

Fuxino
Member
From: Slovakia
Registered: 2014-09-26
Posts: 187

Re: pacman -S python-pyqt5 returns error 404.

Update your system.

Xabre wrote:

Never do a -S, use -Sy. Seems your package database is outdated.

Really bad advice. You should (almost) never use pacman -Sy. Either do pacman -S <package> (it will work most of the times, especially if you update regularly), or pacman -Syu <package>. Doing pacman -Sy <package> will lead to a partial upgrade, which is unsupported.


Arch + XMonad

Dotfiles: https://github.com/Fuxino/dotfiles

Offline

#4 2024-04-29 20:57:07

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,929
Website

Re: pacman -S python-pyqt5 returns error 404.

Mod note: moving to NC.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2024-04-29 21:09:56

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

Re: pacman -S python-pyqt5 returns error 404.

Xabre wrote:

Never do a -S, use -Sy. Seems your package database is outdated.

You've been around long enough to know better. NEVER EVER use -Sy when installing things like this.

Offline

#6 2024-04-30 11:10:00

Nikolai5
Member
From: North West, England, UK
Registered: 2024-01-27
Posts: 63

Re: pacman -S python-pyqt5 returns error 404.

zylthex wrote:

Here's the log, how can i get it fixed?

Preferably, run pacman -Syu and then try to install your package.

If you want to get new mirrors then I recommend checking out the AUR package rate-mirrors (https://aur.archlinux.org/packages/rate-mirrors)
You can generate a new mirrorlist using that like this: rate-mirrors arch

--max-delay=2100 | tee mirrorlist

As other's have said don't run "pacman -Sy packagename as partial upgrades are not supported: https://wiki.archlinux.org/title/System … nsupported

Last edited by Nikolai5 (2024-04-30 12:22:37)


Ryzen 7 1800X | AMD 7800XT | KDE Plasma
I can't wait to play my favourite game, wine64-preloader.

Offline

#7 2024-04-30 12:01:17

loqs
Member
Registered: 2014-03-06
Posts: 17,560

Re: pacman -S python-pyqt5 returns error 404.

Nikolai5 wrote:

Run pacman -Sy and try to install after that in a separate transaction.

Why mention this? It would be a partial upgrade unless the separate transaction is `pacman -Su` which is then equivalent to

Nikolai5 wrote:

Preferably, run pacman -Syu and then try to install your package.

Offline

#8 2024-04-30 12:22:14

Nikolai5
Member
From: North West, England, UK
Registered: 2024-01-27
Posts: 63

Re: pacman -S python-pyqt5 returns error 404.

Apologies, I'll edit my post.


Ryzen 7 1800X | AMD 7800XT | KDE Plasma
I can't wait to play my favourite game, wine64-preloader.

Offline

Board footer

Powered by FluxBB