Hello,
I bought 2 nanopi neo plus 2 and when I search for a compatible armbian, I only found a bullseye here https://fi.mirror.armbian.de/archive/
But I have problems with apt, I need to install some python stuff but I always got errors :
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libpython3-stdlib python-pip-whl python3 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources python3-setuptools python3-wheel
Suggested packages:
python3-doc python3-tk python3-venv python-setuptools-doc
Recommended packages:
build-essential python3-dev
The following NEW packages will be installed:
python-pip-whl python3-distutils python3-lib2to3 python3-pip python3-pkg-resources python3-setuptools python3-wheel
The following packages will be upgraded:
libpython3-stdlib python3 python3-minimal
3 upgraded, 7 newly installed, 0 to remove and 117 not upgraded.
Need to get 3,155 kB/3,179 kB of archives.
After this operation, 7,208 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://deb.debian.org/debian bullseye/main arm64 python3-minimal arm64 3.9.1-1
404 Not Found [IP: 2a04:4e42:6a::644 80]
Err:2 http://deb.debian.org/debian bullseye/main arm64 python3 arm64 3.9.1-1
404 Not Found [IP: 2a04:4e42:6a::644 80]
Err:3 http://deb.debian.org/debian bullseye/main arm64 libpython3-stdlib arm64 3.9.1-1
404 Not Found [IP: 2a04:4e42:6a::644 80]
Ign:4 http://deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.1.1-2
Ign:5 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.1-2
Ign:6 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.1-2
Ign:7 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 51.3.3-1
Ign:8 http://deb.debian.org/debian bullseye/main arm64 python3-setuptools all 51.3.3-1
Ign:9 http://deb.debian.org/debian bullseye/main arm64 python3-pip all 20.1.1-2
Err:4 http://deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.1.1-2
404 Not Found [IP: 2a04:4e42:6a::644 80]
Err:5 http://deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.1-2
404 Not Found [IP: 2a04:4e42:6a::644 80]
Err:6 http://deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.1-2
404 Not Found [IP: 2a04:4e42:6a::644 80]
Err:7 http://deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 51.3.3-1
404 Not Found [IP: 2a04:4e42:6a::644 80]
Err:8 http://deb.debian.org/debian bullseye/main arm64 python3-setuptools all 51.3.3-1
404 Not Found [IP: 2a04:4e42:6a::644 80]
Err:9 http://deb.debian.org/debian bullseye/main arm64 python3-pip all 20.1.1-2
404 Not Found [IP: 2a04:4e42:6a::644 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3-defaults/python3-minimal_3.9.1-1_arm64.deb 404 Not Found [IP: 2a04:4e42:6a::644 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3-defaults/python3_3.9.1-1_arm64.deb 404 Not Found [IP: 2a04:4e42:6a::644 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3-defaults/libpython3-stdlib_3.9.1-1_arm64.deb 404 Not Found [IP: 2a04:4e42:6a::644 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python-pip/python-pip-whl_20.1.1-2_all.deb 404 Not Found [IP: 2a04:4e42:6a::644 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3-stdlib-extensions/python3-lib2to3_3.9.1-2_all.deb 404 Not Found [IP: 2a04:4e42:6a::644 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python3-stdlib-extensions/python3-distutils_3.9.1-2_all.deb 404 Not Found [IP: 2a04:4e42:6a::644 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/s/setuptools/python3-pkg-resources_51.3.3-1_all.deb 404 Not Found [IP: 2a04:4e42:6a::644 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/s/setuptools/python3-setuptools_51.3.3-1_all.deb 404 Not Found [IP: 2a04:4e42:6a::644 80]
E: Failed to fetch http://deb.debian.org/debian/pool/main/p/python-pip/python3-pip_20.1.1-2_all.deb 404 Not Found [IP: 2a04:4e42:6a::644 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I guess I need to change sources.list? But when I tried to add booworm sources I got the same error? What I need to do exactly?
Thank you