Armadilloフォーラム

Armadillo-640(Buster)にpython3がインストールできない。

yabumoto

2021年5月18日 11時48分

お世話になります。

Armadillo-640 に、御社ご提供の「Debian GNU/Linux 10 (buster) イメージファイル(v20210427)」
でeMMCに書き込んだ状態で、python3を下記手順でインストールしようとしているのですが、
エラーが発生して中断してしまいます。
※最初に apt updateを実行しています。してもしなくても結果は同じでした。

root@armadillo:~# apt install python3
Reading package lists... Done
[ 55.242950] random: crng init done
[ 55.246576] random: 6 urandom warning(s) missed due to ratelimiting

       :

Get:13 http://ftp.jp.debian.org/debian buster/main armhf file armhf 1:5.35-4+deb10u2 [65.6 kB]
Get:14 http://ftp.jp.debian.org/debian buster/main armhf xz-utils armhf 5.2.4-1 [181 kB]
Fetched 871 kB in 1s (732 kB/s)
E: Failed to fetch http://ftp.jp.debian.org/debian/pool/main/p/python3.7/libpython3.7-mini… 404 Not Found [IP: 133.87.45.30 80]
E: Failed to fetch http://ftp.jp.debian.org/debian/pool/main/p/python3.7/python3.7-minimal… 404 Not Found [IP: 133.87.45.30 80]
E: Failed to fetch http://ftp.jp.debian.org/debian/pool/main/p/python3.7/libpython3.7-stdl… 404 Not Found [IP: 133.87.45.30 80]
E: Failed to fetch http://ftp.jp.debian.org/debian/pool/main/p/python3.7/python3.7_3.7.3-2… 404 Not Found [IP: 133.87.45.30 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

エラーが発生しているFTPサイトには、+deb10u2_ ではなく、+deb10u3_ が配置されているようです。

回避方法、別のインストール方法あればご教授の程お願い致します。

コメント

yabumoto

2021年5月18日 13時42分

自己解決しました。

root@armadillo:~# apt install python3.7

で、問題なくインストールできたようです。
申し訳ございませんでした。