[SOLVED] cant install python library requests 04 November 2023, 17:25:50 hello, im trying to install python library requests, but when im typed sudo pacman -S python-requests, i got this -"python-charset-normalizer-3.3.1-1-any is up to dateerror: failed to receive file 'python-charset-normalizer-3.3.1-1-any.pkg.tar.zst' from mirrors.dotsrc.org : The requested URL returned error: 404" this is not full text of error message, next messages was same, but only mirror name from cant got file was other. after i got this error, im trying to install requests from AUR https://aur.archlinux.org/packages/python-types-requests, and its installed but when i try to execute any python program which including requests ("import requests"), i got error "ModuleNotFoundError: No module named 'requests'". then im try to install requests from https://gitea.artixlinux.org/packages/python-requests, and after "makepkg -si" i got the same error like when im try to install python-requests with pacman. how to fix this error or just install requests? Last Edit: 09 November 2023, 23:51:49 by Hitman
Re: cant install python library requests Reply #1 – 04 November 2023, 17:54:04 fuuuuuuck my life, i just install it from https://github.com/psf/requests
Re: cant install python library requests Reply #2 – 04 November 2023, 20:33:56 The current version of the package is `3.3.2` not `3.3.1`. Perhaps you did not update in a long while hence why an old package version may go 404 like that. Neverless, a pacman -Syu first and then trying to install it should work since the package is on that mirror. 1 Likes