Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2849

Installation • numpy on debian 12

$
0
0
python3-numpy fails to install on debian 12.6:

Code:

$ sudo apt install python3-numpyReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneThe following packages were automatically installed and are no longer required:  libmikmod3 libsdl-mixer1.2Use 'sudo apt autoremove' to remove them.Suggested packages:  gfortran python3-pytestThe following NEW packages will be installed:  python3-numpy0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.Need to get 5209 kB of archives.After this operation, 28.5 MB of additional disk space will be used.Err:1 http://deb.debian.org/debian bookworm/main amd64 python3-numpy amd64 1:1.24.2-1  404  Not Found [IP: 151.101.2.132 80]E: Failed to fetch http://deb.debian.org/debian/pool/main/n/numpy/python3-numpy_1.24.2-1_amd64.deb  404  Not Found [IP: 151.101.2.132 80]E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Before that I did run apt update and apt upgrade without any problems

Here is my sources.list:

Code:

#deb cdrom:[Debian GNU/Linux 12.6.0 _Bookworm_ - Official amd64 NETINST with firmware 20240629-10:18]/ bookworm contrib main non-free-firmwaredeb http://deb.debian.org/debian/ bookworm main non-free-firmwaredeb-src http://deb.debian.org/debian/ bookworm main non-free-firmwaredeb http://security.debian.org/debian-security bookworm-security main non-free-firmwaredeb-src http://security.debian.org/debian-security bookworm-security main non-free-firmwaredeb http://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmwaredeb-src http://deb.debian.org/debian/ bookworm-backports main contrib non-free non-free-firmware# bookworm-updates, to get updates before a point release is made;# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backportsdeb http://deb.debian.org/debian/ bookworm-updates main non-free-firmwaredeb-src http://deb.debian.org/debian/ bookworm-updates main non-free-firmware# This system was installed using small removable media# (e.g. netinst, live or single CD). The matching "deb cdrom"# entries were disabled at the end of the installation process.# For information about how to configure apt package sources,# see the sources.list(5) manual.

Statistics: Posted by maxky — 2024-10-29 12:53



Viewing all articles
Browse latest Browse all 2849

Trending Articles