KumaTea / tensorflow-aarch64

TensorFlow wheels (whl) for aarch64 / ARMv8 / ARM64
https://tf.kmtea.eu
MIT License
134 stars 16 forks source link

h5py prefers compiling instead of using binary when install Tensorflow 2.7 #3

Open jimaobian opened 2 years ago

jimaobian commented 2 years ago

Hi,

Tensorflow 2.7 fails to install on debian 10 aarch64, while 2.6 can. pip3 install tensorflow -f https://tf.kmtea.eu/whl/stable.html seems not to locate the binary version of h5py correctly. The workaround is to manually install h5py like this

pip3 install https://snapshots.linaro.org/ldcg/python/tensorflow-manylinux/32/h5py/h5py-3.1.0-cp37-cp37m-linux_aarch64.whl

Here is the error codes.

pip3 install tensorflow -f https://tf.kmtea.eu/whl/stable.html
Collecting h5py>=2.9.0
  Using cached h5py-3.5.0.tar.gz (384 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: h5py
  Building wheel for h5py (pyproject.toml) ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python3 /usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /tmp/tmp7xndru8l
       cwd: /tmp/pip-install-m2ltdhbj/h5py_3ff582800c0d45429957d986b7e7aa29
  Complete output (70 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-aarch64-3.7
  creating build/lib.linux-aarch64-3.7/h5py
  copying h5py/version.py -> build/lib.linux-aarch64-3.7/h5py
  copying h5py/ipy_completer.py -> build/lib.linux-aarch64-3.7/h5py
  copying h5py/h5py_warnings.py -> build/lib.linux-aarch64-3.7/h5py
  copying h5py/__init__.py -> build/lib.linux-aarch64-3.7/h5py
  creating build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/dims.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/vds.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/selections2.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/dataset.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/group.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/compat.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/attrs.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/filters.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/datatype.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/base.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/__init__.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/selections.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/files.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  creating build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_file2.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dataset_getitem.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dataset_swmr.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5o.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/conftest.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_attrs.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5p.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_attrs_data.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dtype.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_group.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5f.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dims_dimensionproxy.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5pl.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5t.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_file_image.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_base.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_errors.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_filters.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_big_endian_file.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_datatype.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_slicing.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dimension_scales.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_selections.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/common.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/__init__.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_file.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dataset.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_attribute_create.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_objects.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_completions.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5d_direct_chunk.py -> build/lib.linux-aarch64-3.7/h5py/tests
  creating build/lib.linux-aarch64-3.7/h5py/tests/data_files
  copying h5py/tests/data_files/__init__.py -> build/lib.linux-aarch64-3.7/h5py/tests/data_files
  creating build/lib.linux-aarch64-3.7/h5py/tests/test_vds
  copying h5py/tests/test_vds/test_lowlevel_vds.py -> build/lib.linux-aarch64-3.7/h5py/tests/test_vds
  copying h5py/tests/test_vds/test_highlevel_vds.py -> build/lib.linux-aarch64-3.7/h5py/tests/test_vds
  copying h5py/tests/test_vds/test_virtual_source.py -> build/lib.linux-aarch64-3.7/h5py/tests/test_vds
  copying h5py/tests/test_vds/__init__.py -> build/lib.linux-aarch64-3.7/h5py/tests/test_vds
  copying h5py/tests/data_files/vlen_string_s390x.h5 -> build/lib.linux-aarch64-3.7/h5py/tests/data_files
  copying h5py/tests/data_files/vlen_string_dset.h5 -> build/lib.linux-aarch64-3.7/h5py/tests/data_files
  copying h5py/tests/data_files/vlen_string_dset_utc.h5 -> build/lib.linux-aarch64-3.7/h5py/tests/data_files
  running build_ext
  Building h5py requires pkg-config unless the HDF5 path is explicitly specified
  error: pkg-config probably not installed: FileNotFoundError(2, "No such file or directory: 'pkg-config'")
  ----------------------------------------
  ERROR: Failed building wheel for h5py
Failed to build h5py
ERROR: Could not build wheels for h5py, which is required to install pyproject.toml-based projects
KumaTea commented 2 years ago

Hi, thank you for reporting the issue.

Are you using musl libc instead of glibc? Given that you are using Debian 10 as mentioned, it doesn't look like, but it's the only reason pip doesn't support manylinux.

Please check your outputs of pip debug --verbose | grep many.

root@pi ~# docker run -it --rm python:3.7-alpine /bin/sh
/ # python3 -V
Python 3.7.12
/ # pip debug --verbose | grep many
WARNING: This command is only meant for debugging. Do not use this with automation for parsing and getting these details, since the output and options of this command may change without notice.
/ #
root@pi ~# docker run -it --rm python:3.7-slim /bin/sh
# python3 -V
Python 3.7.12
# pip debug --verbose | grep many
WARNING: This command is only meant for debugging. Do not use this with automation for parsing and getting these details, since the output and options of this command may change without notice.
  cp37-cp37m-manylinux_2_31_aarch64
  cp37-cp37m-manylinux_2_30_aarch64
  ...
  cp37-cp37m-manylinux_2_17_aarch64
  cp37-cp37m-manylinux2014_aarch64
  cp37-abi3-manylinux_2_31_aarch64
  cp37-abi3-manylinux_2_30_aarch64
  ...
jimaobian commented 2 years ago

Thanks for the fast reply.

Here is the smallest reproducible example on Apple Mac Mini M1

sudo docker run --name=testTensorflow -it debian:10 bash

#Inside docker:
apt update
apt install -y curl python3 python3-dev python3-distutils build-essential
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py
pip install tensorflow -f https://tf.kmtea.eu/whl/stable.html

Here is the result of pip debug --verbose | grep many

pip debug --verbose | grep many
WARNING: This command is only meant for debugging. Do not use this with automation for parsing and getting these details, since the output and options of this command may change without notice.
  cp37-cp37m-manylinux_2_28_aarch64
  cp37-cp37m-manylinux_2_27_aarch64
  cp37-cp37m-manylinux_2_26_aarch64
  cp37-cp37m-manylinux_2_25_aarch64
  cp37-cp37m-manylinux_2_24_aarch64
  cp37-cp37m-manylinux_2_23_aarch64
  cp37-cp37m-manylinux_2_22_aarch64
  cp37-cp37m-manylinux_2_21_aarch64
  cp37-cp37m-manylinux_2_20_aarch64
  cp37-cp37m-manylinux_2_19_aarch64
  cp37-cp37m-manylinux_2_18_aarch64
  cp37-cp37m-manylinux_2_17_aarch64
  cp37-cp37m-manylinux2014_aarch64
  cp37-abi3-manylinux_2_28_aarch64
  cp37-abi3-manylinux_2_27_aarch64
  cp37-abi3-manylinux_2_26_aarch64
  cp37-abi3-manylinux_2_25_aarch64
  cp37-abi3-manylinux_2_24_aarch64
  cp37-abi3-manylinux_2_23_aarch64
  cp37-abi3-manylinux_2_22_aarch64
  cp37-abi3-manylinux_2_21_aarch64
  cp37-abi3-manylinux_2_20_aarch64
  cp37-abi3-manylinux_2_19_aarch64
  cp37-abi3-manylinux_2_18_aarch64
  cp37-abi3-manylinux_2_17_aarch64
  cp37-abi3-manylinux2014_aarch64
  cp37-none-manylinux_2_28_aarch64
  cp37-none-manylinux_2_27_aarch64
  cp37-none-manylinux_2_26_aarch64
  cp37-none-manylinux_2_25_aarch64
  cp37-none-manylinux_2_24_aarch64
  cp37-none-manylinux_2_23_aarch64
  cp37-none-manylinux_2_22_aarch64
  cp37-none-manylinux_2_21_aarch64
  cp37-none-manylinux_2_20_aarch64
  cp37-none-manylinux_2_19_aarch64
  cp37-none-manylinux_2_18_aarch64
  cp37-none-manylinux_2_17_aarch64
  cp37-none-manylinux2014_aarch64
  cp36-abi3-manylinux_2_28_aarch64
  cp36-abi3-manylinux_2_27_aarch64
  cp36-abi3-manylinux_2_26_aarch64
  cp36-abi3-manylinux_2_25_aarch64
  cp36-abi3-manylinux_2_24_aarch64
  cp36-abi3-manylinux_2_23_aarch64
  cp36-abi3-manylinux_2_22_aarch64
  cp36-abi3-manylinux_2_21_aarch64
  cp36-abi3-manylinux_2_20_aarch64
  cp36-abi3-manylinux_2_19_aarch64
  cp36-abi3-manylinux_2_18_aarch64
  cp36-abi3-manylinux_2_17_aarch64
  cp36-abi3-manylinux2014_aarch64
  cp35-abi3-manylinux_2_28_aarch64
  cp35-abi3-manylinux_2_27_aarch64
  cp35-abi3-manylinux_2_26_aarch64
  cp35-abi3-manylinux_2_25_aarch64
  cp35-abi3-manylinux_2_24_aarch64
  cp35-abi3-manylinux_2_23_aarch64
  cp35-abi3-manylinux_2_22_aarch64
  cp35-abi3-manylinux_2_21_aarch64
  cp35-abi3-manylinux_2_20_aarch64
  cp35-abi3-manylinux_2_19_aarch64
  cp35-abi3-manylinux_2_18_aarch64
  cp35-abi3-manylinux_2_17_aarch64
  cp35-abi3-manylinux2014_aarch64
  cp34-abi3-manylinux_2_28_aarch64
  cp34-abi3-manylinux_2_27_aarch64
  cp34-abi3-manylinux_2_26_aarch64
  cp34-abi3-manylinux_2_25_aarch64
  cp34-abi3-manylinux_2_24_aarch64
  cp34-abi3-manylinux_2_23_aarch64
  cp34-abi3-manylinux_2_22_aarch64
  cp34-abi3-manylinux_2_21_aarch64
  cp34-abi3-manylinux_2_20_aarch64
  cp34-abi3-manylinux_2_19_aarch64
  cp34-abi3-manylinux_2_18_aarch64
  cp34-abi3-manylinux_2_17_aarch64
  cp34-abi3-manylinux2014_aarch64
  cp33-abi3-manylinux_2_28_aarch64
  cp33-abi3-manylinux_2_27_aarch64
  cp33-abi3-manylinux_2_26_aarch64
  cp33-abi3-manylinux_2_25_aarch64
  cp33-abi3-manylinux_2_24_aarch64
  cp33-abi3-manylinux_2_23_aarch64
  cp33-abi3-manylinux_2_22_aarch64
  cp33-abi3-manylinux_2_21_aarch64
  cp33-abi3-manylinux_2_20_aarch64
  cp33-abi3-manylinux_2_19_aarch64
  cp33-abi3-manylinux_2_18_aarch64
  cp33-abi3-manylinux_2_17_aarch64
  cp33-abi3-manylinux2014_aarch64
  cp32-abi3-manylinux_2_28_aarch64
  cp32-abi3-manylinux_2_27_aarch64
  cp32-abi3-manylinux_2_26_aarch64
  cp32-abi3-manylinux_2_25_aarch64
  cp32-abi3-manylinux_2_24_aarch64
  cp32-abi3-manylinux_2_23_aarch64
  cp32-abi3-manylinux_2_22_aarch64
  cp32-abi3-manylinux_2_21_aarch64
  cp32-abi3-manylinux_2_20_aarch64
  cp32-abi3-manylinux_2_19_aarch64
  cp32-abi3-manylinux_2_18_aarch64
  cp32-abi3-manylinux_2_17_aarch64
  cp32-abi3-manylinux2014_aarch64
  py37-none-manylinux_2_28_aarch64
  py37-none-manylinux_2_27_aarch64
  py37-none-manylinux_2_26_aarch64
  py37-none-manylinux_2_25_aarch64
  py37-none-manylinux_2_24_aarch64
  py37-none-manylinux_2_23_aarch64
  py37-none-manylinux_2_22_aarch64
  py37-none-manylinux_2_21_aarch64
  py37-none-manylinux_2_20_aarch64
  py37-none-manylinux_2_19_aarch64
  py37-none-manylinux_2_18_aarch64
  py37-none-manylinux_2_17_aarch64
  py37-none-manylinux2014_aarch64
  py3-none-manylinux_2_28_aarch64
  py3-none-manylinux_2_27_aarch64
  py3-none-manylinux_2_26_aarch64
  py3-none-manylinux_2_25_aarch64
  py3-none-manylinux_2_24_aarch64
  py3-none-manylinux_2_23_aarch64
  py3-none-manylinux_2_22_aarch64
  py3-none-manylinux_2_21_aarch64
  py3-none-manylinux_2_20_aarch64
  py3-none-manylinux_2_19_aarch64
  py3-none-manylinux_2_18_aarch64
  py3-none-manylinux_2_17_aarch64
  py3-none-manylinux2014_aarch64
  py36-none-manylinux_2_28_aarch64
  py36-none-manylinux_2_27_aarch64
  py36-none-manylinux_2_26_aarch64
  py36-none-manylinux_2_25_aarch64
  py36-none-manylinux_2_24_aarch64
  py36-none-manylinux_2_23_aarch64
  py36-none-manylinux_2_22_aarch64
  py36-none-manylinux_2_21_aarch64
  py36-none-manylinux_2_20_aarch64
  py36-none-manylinux_2_19_aarch64
  py36-none-manylinux_2_18_aarch64
  py36-none-manylinux_2_17_aarch64
  py36-none-manylinux2014_aarch64
  py35-none-manylinux_2_28_aarch64
  py35-none-manylinux_2_27_aarch64
  py35-none-manylinux_2_26_aarch64
  py35-none-manylinux_2_25_aarch64
  py35-none-manylinux_2_24_aarch64
  py35-none-manylinux_2_23_aarch64
  py35-none-manylinux_2_22_aarch64
  py35-none-manylinux_2_21_aarch64
  py35-none-manylinux_2_20_aarch64
  py35-none-manylinux_2_19_aarch64
  py35-none-manylinux_2_18_aarch64
  py35-none-manylinux_2_17_aarch64
  py35-none-manylinux2014_aarch64
  py34-none-manylinux_2_28_aarch64
  py34-none-manylinux_2_27_aarch64
  py34-none-manylinux_2_26_aarch64
  py34-none-manylinux_2_25_aarch64
  py34-none-manylinux_2_24_aarch64
  py34-none-manylinux_2_23_aarch64
  py34-none-manylinux_2_22_aarch64
  py34-none-manylinux_2_21_aarch64
  py34-none-manylinux_2_20_aarch64
  py34-none-manylinux_2_19_aarch64
  py34-none-manylinux_2_18_aarch64
  py34-none-manylinux_2_17_aarch64
  py34-none-manylinux2014_aarch64
  py33-none-manylinux_2_28_aarch64
  py33-none-manylinux_2_27_aarch64
  py33-none-manylinux_2_26_aarch64
  py33-none-manylinux_2_25_aarch64
  py33-none-manylinux_2_24_aarch64
  py33-none-manylinux_2_23_aarch64
  py33-none-manylinux_2_22_aarch64
  py33-none-manylinux_2_21_aarch64
  py33-none-manylinux_2_20_aarch64
  py33-none-manylinux_2_19_aarch64
  py33-none-manylinux_2_18_aarch64
  py33-none-manylinux_2_17_aarch64
  py33-none-manylinux2014_aarch64
  py32-none-manylinux_2_28_aarch64
  py32-none-manylinux_2_27_aarch64
  py32-none-manylinux_2_26_aarch64
  py32-none-manylinux_2_25_aarch64
  py32-none-manylinux_2_24_aarch64
  py32-none-manylinux_2_23_aarch64
  py32-none-manylinux_2_22_aarch64
  py32-none-manylinux_2_21_aarch64
  py32-none-manylinux_2_20_aarch64
  py32-none-manylinux_2_19_aarch64
  py32-none-manylinux_2_18_aarch64
  py32-none-manylinux_2_17_aarch64
  py32-none-manylinux2014_aarch64
  py31-none-manylinux_2_28_aarch64
  py31-none-manylinux_2_27_aarch64
  py31-none-manylinux_2_26_aarch64
  py31-none-manylinux_2_25_aarch64
  py31-none-manylinux_2_24_aarch64
  py31-none-manylinux_2_23_aarch64
  py31-none-manylinux_2_22_aarch64
  py31-none-manylinux_2_21_aarch64
  py31-none-manylinux_2_20_aarch64
  py31-none-manylinux_2_19_aarch64
  py31-none-manylinux_2_18_aarch64
  py31-none-manylinux_2_17_aarch64
  py31-none-manylinux2014_aarch64
  py30-none-manylinux_2_28_aarch64
  py30-none-manylinux_2_27_aarch64
  py30-none-manylinux_2_26_aarch64
  py30-none-manylinux_2_25_aarch64
  py30-none-manylinux_2_24_aarch64
  py30-none-manylinux_2_23_aarch64
  py30-none-manylinux_2_22_aarch64
  py30-none-manylinux_2_21_aarch64
  py30-none-manylinux_2_20_aarch64
  py30-none-manylinux_2_19_aarch64
  py30-none-manylinux_2_18_aarch64
  py30-none-manylinux_2_17_aarch64
  py30-none-manylinux2014_aarch64

Here is the full log:

angelo@xiaqingdeMac-mini ~ % sudo docker run --name=testTensorflow -it debian:10 bash 
root@2440ee970e94:/# apt update
Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://deb.debian.org/debian buster/main arm64 Packages [7735 kB]
Get:5 http://security.debian.org/debian-security buster/updates/main arm64 Packages [303 kB]
Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]                        
Fetched 8292 kB in 2s (3479 kB/s)                                                                      
Reading package lists... Done
Building dependency tree       
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
root@2440ee970e94:/# apt install -y curl python3 python3-dev python3-distutils build-essential
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  binutils binutils-aarch64-linux-gnu binutils-common bzip2 ca-certificates cpp cpp-8 dh-python dirmngr dpkg-dev fakeroot file g++ g++-8 gcc gcc-8 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf
  gpgsm krb5-locales libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libassuan0 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcurl4 libdpkg-perl libexpat1 libexpat1-dev libfakeroot
  libfile-fcntllock-perl libgcc-8-dev libgdbm-compat4 libgdbm6 libgomp1 libgssapi-krb5-2 libisl19 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0
  libmagic-mgc libmagic1 libmpc3 libmpdec2 libmpfr6 libnghttp2-14 libnpth0 libperl5.28 libpsl5 libpython3-dev libpython3-stdlib libpython3.7 libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib libreadline7 librtmp1
  libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1 libstdc++-8-dev libtsan0 libubsan1 linux-libc-dev lsb-base make manpages manpages-dev mime-support netbase openssl patch perl perl-modules-5.28
  pinentry-curses publicsuffix python3-lib2to3 python3-minimal python3.7 python3.7-dev python3.7-minimal readline-common xz-utils
Suggested packages:
  binutils-doc bzip2-doc cpp-doc gcc-8-locales dbus-user-session libpam-systemd pinentry-gnome3 tor debian-keyring gcc-8-doc libstdc++6-8-dbg gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg
  libitm1-dbg libatomic1-dbg libasan5-dbg liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg parcimonie xloadimage scdaemon glibc-doc sensible-utils git bzr gdbm-l10n krb5-doc krb5-user
  libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql libstdc++-8-doc make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl pinentry-doc python3-doc python3-tk python3-venv python3.7-venv python3.7-doc binfmt-support readline-doc
The following NEW packages will be installed:
  binutils binutils-aarch64-linux-gnu binutils-common build-essential bzip2 ca-certificates cpp cpp-8 curl dh-python dirmngr dpkg-dev fakeroot file g++ g++-8 gcc gcc-8 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
  gpg-wks-server gpgconf gpgsm krb5-locales libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libassuan0 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 libcurl4 libdpkg-perl libexpat1
  libexpat1-dev libfakeroot libfile-fcntllock-perl libgcc-8-dev libgdbm-compat4 libgdbm6 libgomp1 libgssapi-krb5-2 libisl19 libitm1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2 libldap-common
  liblocale-gettext-perl liblsan0 libmagic-mgc libmagic1 libmpc3 libmpdec2 libmpfr6 libnghttp2-14 libnpth0 libperl5.28 libpsl5 libpython3-dev libpython3-stdlib libpython3.7 libpython3.7-dev libpython3.7-minimal
  libpython3.7-stdlib libreadline7 librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssh2-1 libssl1.1 libstdc++-8-dev libtsan0 libubsan1 linux-libc-dev lsb-base make manpages manpages-dev mime-support
  netbase openssl patch perl perl-modules-5.28 pinentry-curses publicsuffix python3 python3-dev python3-distutils python3-lib2to3 python3-minimal python3.7 python3.7-dev python3.7-minimal readline-common xz-utils
0 upgraded, 109 newly installed, 0 to remove and 1 not upgraded.
Need to get 73.4 MB of archives.
After this operation, 291 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main arm64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
Get:2 http://deb.debian.org/debian buster/main arm64 libgdbm6 arm64 1.18.1-4 [63.4 kB]
Get:3 http://deb.debian.org/debian buster/main arm64 libgdbm-compat4 arm64 1.18.1-4 [44.0 kB]
Get:4 http://deb.debian.org/debian buster/main arm64 libperl5.28 arm64 5.28.1-6+deb10u1 [3727 kB]
Get:5 http://deb.debian.org/debian buster/main arm64 perl arm64 5.28.1-6+deb10u1 [204 kB]
Get:6 http://deb.debian.org/debian buster/main arm64 liblocale-gettext-perl arm64 1.07-3+b4 [18.8 kB]
Get:7 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u7 [1382 kB]
Get:8 http://deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
Get:9 http://deb.debian.org/debian buster/main arm64 libexpat1 arm64 2.2.6-2+deb10u1 [85.4 kB]
Get:10 http://deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
Get:11 http://deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
Get:12 http://deb.debian.org/debian buster/main arm64 mime-support all 3.62 [37.2 kB]
Get:13 http://deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
Get:14 http://deb.debian.org/debian buster/main arm64 readline-common all 7.0-5 [70.6 kB]
Get:15 http://deb.debian.org/debian buster/main arm64 libreadline7 arm64 7.0-5 [134 kB]
Get:16 http://deb.debian.org/debian buster/main arm64 libsqlite3-0 arm64 3.27.2-3+deb10u1 [603 kB]
Get:17 http://deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]                                                                                                                            
Get:18 http://deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]                                                                                                                                       
Get:19 http://deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]                                                                                                                                      
Get:20 http://deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]                                                                                                                                                
Get:21 http://deb.debian.org/debian buster/main arm64 netbase all 5.6 [19.4 kB]                                                                                                                                                      
Get:22 http://deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]                                                                                                                                        
Get:23 http://deb.debian.org/debian buster/main arm64 libmagic-mgc arm64 1:5.35-4+deb10u2 [242 kB]                                                                                                                                   
Get:24 http://deb.debian.org/debian buster/main arm64 libmagic1 arm64 1:5.35-4+deb10u2 [115 kB]                                                                                                                                      
Get:25 http://deb.debian.org/debian buster/main arm64 file arm64 1:5.35-4+deb10u2 [66.5 kB]                                                                                                                                          
Get:26 http://deb.debian.org/debian buster/main arm64 krb5-locales all 1.17-3+deb10u3 [95.5 kB]                                                                                                                                      
Get:27 http://deb.debian.org/debian buster/main arm64 manpages all 4.16-2 [1295 kB]                                                                                                                                                  
Get:28 http://deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]                                                                                                                                                
Get:29 http://deb.debian.org/debian buster/main arm64 binutils-common arm64 2.31.1-16 [2073 kB]                                                                                                                                      
Get:30 http://deb.debian.org/debian buster/main arm64 libbinutils arm64 2.31.1-16 [455 kB]                                                                                                                                           
Get:31 http://deb.debian.org/debian buster/main arm64 binutils-aarch64-linux-gnu arm64 2.31.1-16 [2129 kB]                                                                                                                           
Get:32 http://deb.debian.org/debian buster/main arm64 binutils arm64 2.31.1-16 [56.7 kB]                                                                                                                                             
Get:33 http://deb.debian.org/debian buster/main arm64 libc-dev-bin arm64 2.28-10 [270 kB]                                                                                                                                            
Get:34 http://deb.debian.org/debian buster/main arm64 linux-libc-dev arm64 4.19.208-1 [1462 kB]                                                                                                                                      
Get:35 http://deb.debian.org/debian buster/main arm64 libc6-dev arm64 2.28-10 [2324 kB]                                                                                                                                              
Get:36 http://deb.debian.org/debian buster/main arm64 libisl19 arm64 0.20-2 [535 kB]                                                                                                                                                 
Get:37 http://deb.debian.org/debian buster/main arm64 libmpfr6 arm64 4.0.2-1 [746 kB]                                                                                                                                                
Get:38 http://deb.debian.org/debian buster/main arm64 libmpc3 arm64 1.1.0-1 [38.0 kB]                                                                                                                                                
Get:39 http://deb.debian.org/debian buster/main arm64 cpp-8 arm64 8.3.0-6 [7400 kB]                                                                                                                                                  
Get:40 http://deb.debian.org/debian buster/main arm64 cpp arm64 4:8.3.0-1 [19.4 kB]                                                                                                                                                  
Get:41 http://deb.debian.org/debian buster/main arm64 libcc1-0 arm64 8.3.0-6 [45.0 kB]                                                                                                                                               
Get:42 http://deb.debian.org/debian buster/main arm64 libgomp1 arm64 8.3.0-6 [67.8 kB]                                                                                                                                               
Get:43 http://deb.debian.org/debian buster/main arm64 libitm1 arm64 8.3.0-6 [24.0 kB]                                                                                                                                                
Get:44 http://deb.debian.org/debian buster/main arm64 libatomic1 arm64 8.3.0-6 [8820 B]                                                                                                                                              
Get:45 http://deb.debian.org/debian buster/main arm64 libasan5 arm64 8.3.0-6 [327 kB]                                                                                                                                                
Get:46 http://deb.debian.org/debian buster/main arm64 liblsan0 arm64 8.3.0-6 [118 kB]                                                                                                                                                
Get:47 http://deb.debian.org/debian buster/main arm64 libtsan0 arm64 8.3.0-6 [262 kB]                                                                                                                                                
Get:48 http://deb.debian.org/debian buster/main arm64 libubsan1 arm64 8.3.0-6 [111 kB]                                                                                                                                               
Get:49 http://deb.debian.org/debian buster/main arm64 libgcc-8-dev arm64 8.3.0-6 [835 kB]                                                                                                                                            
Get:50 http://deb.debian.org/debian buster/main arm64 gcc-8 arm64 8.3.0-6 [7879 kB]                                                                                                                                                  
Get:51 http://deb.debian.org/debian buster/main arm64 gcc arm64 4:8.3.0-1 [5212 B]                                                                                                                                                   
Get:52 http://deb.debian.org/debian buster/main arm64 libstdc++-8-dev arm64 8.3.0-6 [1502 kB]                                                                                                                                        
Get:53 http://deb.debian.org/debian buster/main arm64 g++-8 arm64 8.3.0-6 [8176 kB]                                                                                                                                                  
Get:54 http://deb.debian.org/debian buster/main arm64 g++ arm64 4:8.3.0-1 [1624 B]                                                                                                                                                   
Get:55 http://deb.debian.org/debian buster/main arm64 make arm64 4.2.1-1.2 [333 kB]                                                                                                                                                  
Get:56 http://deb.debian.org/debian buster/main arm64 libdpkg-perl all 1.19.7 [1414 kB]                                                                                                                                              
Get:57 http://deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB]                                                                                                                                           
Get:58 http://deb.debian.org/debian buster/main arm64 dpkg-dev all 1.19.7 [1773 kB]                                                                                                                                                  
Get:59 http://deb.debian.org/debian buster/main arm64 build-essential arm64 12.6 [7576 B]                                                                                                                                            
Get:60 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u7 [824 kB]                                                                                                                                        
Get:61 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]                                                                                                                                  
Get:62 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]                                                                                                                                             
Get:63 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u3 [65.0 kB]                                                                                                                                 
Get:64 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u3 [123 kB]                                                                                                                                     
Get:65 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u3 [351 kB]                                                                                                                                        
Get:66 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u3 [150 kB]                                                                                                                                 
Get:67 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB]                                                                                                                      
Get:68 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB]                                                                                                                                
Get:69 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]                                                                                                                             
Get:70 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB]                                                                                                                             
Get:71 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]                                                                                                                                 
Get:72 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]                                                                                                                                               
Get:73 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]                                                                                                                           
Get:74 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]                                                                                                                                             
Get:75 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB]                                                                                                                                       
Get:76 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB]                                                                                                                                           
Get:77 http://deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]                                                                                                                                          
Get:78 http://deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]                                                                                                                                         
Get:79 http://deb.debian.org/debian buster/main arm64 dh-python all 3.20190308 [99.3 kB]                                                                                                                                             
Get:80 http://deb.debian.org/debian buster/main arm64 libassuan0 arm64 2.5.2-1 [47.1 kB]                                                                                                                                             
Get:81 http://deb.debian.org/debian buster/main arm64 gpgconf arm64 2.2.12-1+deb10u1 [503 kB]                                                                                                                                        
Get:82 http://deb.debian.org/debian buster/main arm64 lsb-base all 10.2019051400 [28.4 kB]                                                                                                                                           
Get:83 http://deb.debian.org/debian buster/main arm64 libksba8 arm64 1.3.5-2 [84.7 kB]                                                                                                                                               
Get:84 http://deb.debian.org/debian buster/main arm64 libnpth0 arm64 1.6-1 [17.6 kB]                                                                                                                                                 
Get:85 http://deb.debian.org/debian buster/main arm64 dirmngr arm64 2.2.12-1+deb10u1 [694 kB]                                                                                                                                        
Get:86 http://deb.debian.org/debian buster/main arm64 libfakeroot arm64 1.23-1 [42.1 kB]                                                                                                                                             
Get:87 http://deb.debian.org/debian buster/main arm64 fakeroot arm64 1.23-1 [83.3 kB]                                                                                                                                                
Get:88 http://deb.debian.org/debian buster/main arm64 gnupg-l10n all 2.2.12-1+deb10u1 [1010 kB]                                                                                                                                      
Get:89 http://deb.debian.org/debian buster/main arm64 gnupg-utils arm64 2.2.12-1+deb10u1 [824 kB]                                                                                                                                    
Get:90 http://deb.debian.org/debian buster/main arm64 gpg arm64 2.2.12-1+deb10u1 [827 kB]                                                                                                                                            
Get:91 http://deb.debian.org/debian buster/main arm64 pinentry-curses arm64 1.1.0-2 [62.7 kB]                                                                                                                                        
Get:92 http://deb.debian.org/debian buster/main arm64 gpg-agent arm64 2.2.12-1+deb10u1 [601 kB]                                                                                                                                      
Get:93 http://deb.debian.org/debian buster/main arm64 gpg-wks-client arm64 2.2.12-1+deb10u1 [478 kB]                                                                                                                                 
Get:94 http://deb.debian.org/debian buster/main arm64 gpg-wks-server arm64 2.2.12-1+deb10u1 [472 kB]                                                                                                                                 
Get:95 http://deb.debian.org/debian buster/main arm64 gpgsm arm64 2.2.12-1+deb10u1 [587 kB]                                                                                                                                          
Get:96 http://deb.debian.org/debian buster/main arm64 gnupg all 2.2.12-1+deb10u1 [715 kB]                                                                                                                                            
Get:97 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]                                                                                                                                 
Get:98 http://deb.debian.org/debian buster/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5+b1 [11.6 kB]                                                                                                                            
Get:99 http://deb.debian.org/debian buster/main arm64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]                                                                                                                                   
Get:100 http://deb.debian.org/debian buster/main arm64 libexpat1-dev arm64 2.2.6-2+deb10u1 [128 kB]                                                                                                                                  
Get:101 http://deb.debian.org/debian buster/main arm64 libfile-fcntllock-perl arm64 0.22-3+b5 [35.5 kB]                                                                                                                              
Get:102 http://deb.debian.org/debian buster/main arm64 libpython3.7 arm64 3.7.3-2+deb10u3 [1371 kB]                                                                                                                                  
Get:103 http://deb.debian.org/debian buster/main arm64 libpython3.7-dev arm64 3.7.3-2+deb10u3 [2379 kB]                                                                                                                              
Get:104 http://deb.debian.org/debian buster/main arm64 libpython3-dev arm64 3.7.3-1 [20.1 kB]                                                                                                                                        
Get:105 http://deb.debian.org/debian buster/main arm64 libsasl2-modules arm64 2.1.27+dfsg-1+deb10u1 [102 kB]                                                                                                                         
Get:106 http://deb.debian.org/debian buster/main arm64 manpages-dev all 4.16-2 [2232 kB]                                                                                                                                             
Get:107 http://deb.debian.org/debian buster/main arm64 publicsuffix all 20190415.1030-1 [116 kB]                                                                                                                                     
Get:108 http://deb.debian.org/debian buster/main arm64 python3.7-dev arm64 3.7.3-2+deb10u3 [509 kB]                                                                                                                                  
Get:109 http://deb.debian.org/debian buster/main arm64 python3-dev arm64 3.7.3-1 [1264 B]                                                                                                                                            
Fetched 73.4 MB in 40s (1857 kB/s)                                                                                                                                                                                                   
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package perl-modules-5.28.
(Reading database ... 6670 files and directories currently installed.)
Preparing to unpack .../0-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
Selecting previously unselected package libgdbm6:arm64.
Preparing to unpack .../1-libgdbm6_1.18.1-4_arm64.deb ...
Unpacking libgdbm6:arm64 (1.18.1-4) ...
Selecting previously unselected package libgdbm-compat4:arm64.
Preparing to unpack .../2-libgdbm-compat4_1.18.1-4_arm64.deb ...
Unpacking libgdbm-compat4:arm64 (1.18.1-4) ...
Selecting previously unselected package libperl5.28:arm64.
Preparing to unpack .../3-libperl5.28_5.28.1-6+deb10u1_arm64.deb ...
Unpacking libperl5.28:arm64 (5.28.1-6+deb10u1) ...
Selecting previously unselected package perl.
Preparing to unpack .../4-perl_5.28.1-6+deb10u1_arm64.deb ...
Unpacking perl (5.28.1-6+deb10u1) ...
Selecting previously unselected package liblocale-gettext-perl.
Preparing to unpack .../5-liblocale-gettext-perl_1.07-3+b4_arm64.deb ...
Unpacking liblocale-gettext-perl (1.07-3+b4) ...
Selecting previously unselected package libssl1.1:arm64.
Preparing to unpack .../6-libssl1.1_1.1.1d-0+deb10u7_arm64.deb ...
Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u7) ...
Selecting previously unselected package libpython3.7-minimal:arm64.
Preparing to unpack .../7-libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../8-libexpat1_2.2.6-2+deb10u1_arm64.deb ...
Unpacking libexpat1:arm64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package python3.7-minimal.
Preparing to unpack .../9-python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
Setting up libssl1.1:arm64 (1.1.1d-0+deb10u7) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
Setting up libexpat1:arm64 (2.2.6-2+deb10u1) ...
Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 8894 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.7.3-1_arm64.deb ...
Unpacking python3-minimal (3.7.3-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.62_all.deb ...
Unpacking mime-support (3.62) ...
Selecting previously unselected package libmpdec2:arm64.
Preparing to unpack .../2-libmpdec2_2.4.2-2_arm64.deb ...
Unpacking libmpdec2:arm64 (2.4.2-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
Unpacking readline-common (7.0-5) ...
Selecting previously unselected package libreadline7:arm64.
Preparing to unpack .../4-libreadline7_7.0-5_arm64.deb ...
Unpacking libreadline7:arm64 (7.0-5) ...
Selecting previously unselected package libsqlite3-0:arm64.
Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u1_arm64.deb ...
Unpacking libsqlite3-0:arm64 (3.27.2-3+deb10u1) ...
Selecting previously unselected package libpython3.7-stdlib:arm64.
Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3.7.
Preparing to unpack .../7-python3.7_3.7.3-2+deb10u3_arm64.deb ...
Unpacking python3.7 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
Setting up python3-minimal (3.7.3-1) ...
Selecting previously unselected package python3.
(Reading database ... 9363 files and directories currently installed.)
Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
Unpacking python3 (3.7.3-1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../01-netbase_5.6_all.deb ...
Unpacking netbase (5.6) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../02-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../03-libmagic-mgc_1%3a5.35-4+deb10u2_arm64.deb ...
Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
Selecting previously unselected package libmagic1:arm64.
Preparing to unpack .../04-libmagic1_1%3a5.35-4+deb10u2_arm64.deb ...
Unpacking libmagic1:arm64 (1:5.35-4+deb10u2) ...
Selecting previously unselected package file.
Preparing to unpack .../05-file_1%3a5.35-4+deb10u2_arm64.deb ...
Unpacking file (1:5.35-4+deb10u2) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../06-krb5-locales_1.17-3+deb10u3_all.deb ...
Unpacking krb5-locales (1.17-3+deb10u3) ...
Selecting previously unselected package manpages.
Preparing to unpack .../07-manpages_4.16-2_all.deb ...
Unpacking manpages (4.16-2) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../08-xz-utils_5.2.4-1_arm64.deb ...
Unpacking xz-utils (5.2.4-1) ...
Selecting previously unselected package binutils-common:arm64.
Preparing to unpack .../09-binutils-common_2.31.1-16_arm64.deb ...
Unpacking binutils-common:arm64 (2.31.1-16) ...
Selecting previously unselected package libbinutils:arm64.
Preparing to unpack .../10-libbinutils_2.31.1-16_arm64.deb ...
Unpacking libbinutils:arm64 (2.31.1-16) ...
Selecting previously unselected package binutils-aarch64-linux-gnu.
Preparing to unpack .../11-binutils-aarch64-linux-gnu_2.31.1-16_arm64.deb ...
Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
Selecting previously unselected package binutils.
Preparing to unpack .../12-binutils_2.31.1-16_arm64.deb ...
Unpacking binutils (2.31.1-16) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../13-libc-dev-bin_2.28-10_arm64.deb ...
Unpacking libc-dev-bin (2.28-10) ...
Selecting previously unselected package linux-libc-dev:arm64.
Preparing to unpack .../14-linux-libc-dev_4.19.208-1_arm64.deb ...
Unpacking linux-libc-dev:arm64 (4.19.208-1) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../15-libc6-dev_2.28-10_arm64.deb ...
Unpacking libc6-dev:arm64 (2.28-10) ...
Selecting previously unselected package libisl19:arm64.
Preparing to unpack .../16-libisl19_0.20-2_arm64.deb ...
Unpacking libisl19:arm64 (0.20-2) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../17-libmpfr6_4.0.2-1_arm64.deb ...
Unpacking libmpfr6:arm64 (4.0.2-1) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../18-libmpc3_1.1.0-1_arm64.deb ...
Unpacking libmpc3:arm64 (1.1.0-1) ...
Selecting previously unselected package cpp-8.
Preparing to unpack .../19-cpp-8_8.3.0-6_arm64.deb ...
Unpacking cpp-8 (8.3.0-6) ...
Selecting previously unselected package cpp.
Preparing to unpack .../20-cpp_4%3a8.3.0-1_arm64.deb ...
Unpacking cpp (4:8.3.0-1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../21-libcc1-0_8.3.0-6_arm64.deb ...
Unpacking libcc1-0:arm64 (8.3.0-6) ...
Selecting previously unselected package libgomp1:arm64.
Preparing to unpack .../22-libgomp1_8.3.0-6_arm64.deb ...
Unpacking libgomp1:arm64 (8.3.0-6) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../23-libitm1_8.3.0-6_arm64.deb ...
Unpacking libitm1:arm64 (8.3.0-6) ...
Selecting previously unselected package libatomic1:arm64.
Preparing to unpack .../24-libatomic1_8.3.0-6_arm64.deb ...
Unpacking libatomic1:arm64 (8.3.0-6) ...
Selecting previously unselected package libasan5:arm64.
Preparing to unpack .../25-libasan5_8.3.0-6_arm64.deb ...
Unpacking libasan5:arm64 (8.3.0-6) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../26-liblsan0_8.3.0-6_arm64.deb ...
Unpacking liblsan0:arm64 (8.3.0-6) ...
Selecting previously unselected package libtsan0:arm64.
Preparing to unpack .../27-libtsan0_8.3.0-6_arm64.deb ...
Unpacking libtsan0:arm64 (8.3.0-6) ...
Selecting previously unselected package libubsan1:arm64.
Preparing to unpack .../28-libubsan1_8.3.0-6_arm64.deb ...
Unpacking libubsan1:arm64 (8.3.0-6) ...
Selecting previously unselected package libgcc-8-dev:arm64.
Preparing to unpack .../29-libgcc-8-dev_8.3.0-6_arm64.deb ...
Unpacking libgcc-8-dev:arm64 (8.3.0-6) ...
Selecting previously unselected package gcc-8.
Preparing to unpack .../30-gcc-8_8.3.0-6_arm64.deb ...
Unpacking gcc-8 (8.3.0-6) ...
Selecting previously unselected package gcc.
Preparing to unpack .../31-gcc_4%3a8.3.0-1_arm64.deb ...
Unpacking gcc (4:8.3.0-1) ...
Selecting previously unselected package libstdc++-8-dev:arm64.
Preparing to unpack .../32-libstdc++-8-dev_8.3.0-6_arm64.deb ...
Unpacking libstdc++-8-dev:arm64 (8.3.0-6) ...
Selecting previously unselected package g++-8.
Preparing to unpack .../33-g++-8_8.3.0-6_arm64.deb ...
Unpacking g++-8 (8.3.0-6) ...
Selecting previously unselected package g++.
Preparing to unpack .../34-g++_4%3a8.3.0-1_arm64.deb ...
Unpacking g++ (4:8.3.0-1) ...
Selecting previously unselected package make.
Preparing to unpack .../35-make_4.2.1-1.2_arm64.deb ...
Unpacking make (4.2.1-1.2) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../36-libdpkg-perl_1.19.7_all.deb ...
Unpacking libdpkg-perl (1.19.7) ...
Selecting previously unselected package patch.
Preparing to unpack .../37-patch_2.7.6-3+deb10u1_arm64.deb ...
Unpacking patch (2.7.6-3+deb10u1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../38-dpkg-dev_1.19.7_all.deb ...
Unpacking dpkg-dev (1.19.7) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../39-build-essential_12.6_arm64.deb ...
Unpacking build-essential (12.6) ...
Selecting previously unselected package openssl.
Preparing to unpack .../40-openssl_1.1.1d-0+deb10u7_arm64.deb ...
Unpacking openssl (1.1.1d-0+deb10u7) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../41-ca-certificates_20200601~deb10u2_all.deb ...
Unpacking ca-certificates (20200601~deb10u2) ...
Selecting previously unselected package libkeyutils1:arm64.
Preparing to unpack .../42-libkeyutils1_1.6-6_arm64.deb ...
Unpacking libkeyutils1:arm64 (1.6-6) ...
Selecting previously unselected package libkrb5support0:arm64.
Preparing to unpack .../43-libkrb5support0_1.17-3+deb10u3_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.17-3+deb10u3) ...
Selecting previously unselected package libk5crypto3:arm64.
Preparing to unpack .../44-libk5crypto3_1.17-3+deb10u3_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.17-3+deb10u3) ...
Selecting previously unselected package libkrb5-3:arm64.
Preparing to unpack .../45-libkrb5-3_1.17-3+deb10u3_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.17-3+deb10u3) ...
Selecting previously unselected package libgssapi-krb5-2:arm64.
Preparing to unpack .../46-libgssapi-krb5-2_1.17-3+deb10u3_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ...
Selecting previously unselected package libsasl2-modules-db:arm64.
Preparing to unpack .../47-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
Selecting previously unselected package libsasl2-2:arm64.
Preparing to unpack .../48-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../49-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
Selecting previously unselected package libldap-2.4-2:arm64.
Preparing to unpack .../50-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ...
Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
Selecting previously unselected package libnghttp2-14:arm64.
Preparing to unpack .../51-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
Selecting previously unselected package libpsl5:arm64.
Preparing to unpack .../52-libpsl5_0.20.2-2_arm64.deb ...
Unpacking libpsl5:arm64 (0.20.2-2) ...
Selecting previously unselected package librtmp1:arm64.
Preparing to unpack .../53-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
Selecting previously unselected package libssh2-1:arm64.
Preparing to unpack .../54-libssh2-1_1.8.0-2.1_arm64.deb ...
Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
Selecting previously unselected package libcurl4:arm64.
Preparing to unpack .../55-libcurl4_7.64.0-4+deb10u2_arm64.deb ...
Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ...
Selecting previously unselected package curl.
Preparing to unpack .../56-curl_7.64.0-4+deb10u2_arm64.deb ...
Unpacking curl (7.64.0-4+deb10u2) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../57-python3-lib2to3_3.7.3-1_all.deb ...
Unpacking python3-lib2to3 (3.7.3-1) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../58-python3-distutils_3.7.3-1_all.deb ...
Unpacking python3-distutils (3.7.3-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../59-dh-python_3.20190308_all.deb ...
Unpacking dh-python (3.20190308) ...
Selecting previously unselected package libassuan0:arm64.
Preparing to unpack .../60-libassuan0_2.5.2-1_arm64.deb ...
Unpacking libassuan0:arm64 (2.5.2-1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../61-gpgconf_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpgconf (2.2.12-1+deb10u1) ...
Selecting previously unselected package lsb-base.
Preparing to unpack .../62-lsb-base_10.2019051400_all.deb ...
Unpacking lsb-base (10.2019051400) ...
Selecting previously unselected package libksba8:arm64.
Preparing to unpack .../63-libksba8_1.3.5-2_arm64.deb ...
Unpacking libksba8:arm64 (1.3.5-2) ...
Selecting previously unselected package libnpth0:arm64.
Preparing to unpack .../64-libnpth0_1.6-1_arm64.deb ...
Unpacking libnpth0:arm64 (1.6-1) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../65-dirmngr_2.2.12-1+deb10u1_arm64.deb ...
Unpacking dirmngr (2.2.12-1+deb10u1) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../66-libfakeroot_1.23-1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.23-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../67-fakeroot_1.23-1_arm64.deb ...
Unpacking fakeroot (1.23-1) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../68-gnupg-l10n_2.2.12-1+deb10u1_all.deb ...
Unpacking gnupg-l10n (2.2.12-1+deb10u1) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../69-gnupg-utils_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gnupg-utils (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpg.
Preparing to unpack .../70-gpg_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpg (2.2.12-1+deb10u1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../71-pinentry-curses_1.1.0-2_arm64.deb ...
Unpacking pinentry-curses (1.1.0-2) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../72-gpg-agent_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpg-agent (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../73-gpg-wks-client_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpg-wks-client (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../74-gpg-wks-server_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpg-wks-server (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../75-gpgsm_2.2.12-1+deb10u1_arm64.deb ...
Unpacking gpgsm (2.2.12-1+deb10u1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../76-gnupg_2.2.12-1+deb10u1_all.deb ...
Unpacking gnupg (2.2.12-1+deb10u1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../77-libalgorithm-diff-perl_1.19.03-2_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.03-2) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../78-libalgorithm-diff-xs-perl_0.04-5+b1_arm64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../79-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libexpat1-dev:arm64.
Preparing to unpack .../80-libexpat1-dev_2.2.6-2+deb10u1_arm64.deb ...
Unpacking libexpat1-dev:arm64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../81-libfile-fcntllock-perl_0.22-3+b5_arm64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
Selecting previously unselected package libpython3.7:arm64.
Preparing to unpack .../82-libpython3.7_3.7.3-2+deb10u3_arm64.deb ...
Unpacking libpython3.7:arm64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libpython3.7-dev:arm64.
Preparing to unpack .../83-libpython3.7-dev_3.7.3-2+deb10u3_arm64.deb ...
Unpacking libpython3.7-dev:arm64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libpython3-dev:arm64.
Preparing to unpack .../84-libpython3-dev_3.7.3-1_arm64.deb ...
Unpacking libpython3-dev:arm64 (3.7.3-1) ...
Selecting previously unselected package libsasl2-modules:arm64.
Preparing to unpack .../85-libsasl2-modules_2.1.27+dfsg-1+deb10u1_arm64.deb ...
Unpacking libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u1) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../86-manpages-dev_4.16-2_all.deb ...
Unpacking manpages-dev (4.16-2) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../87-publicsuffix_20190415.1030-1_all.deb ...
Unpacking publicsuffix (20190415.1030-1) ...
Selecting previously unselected package python3.7-dev.
Preparing to unpack .../88-python3.7-dev_3.7.3-2+deb10u3_arm64.deb ...
Unpacking python3.7-dev (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../89-python3-dev_3.7.3-1_arm64.deb ...
Unpacking python3-dev (3.7.3-1) ...
Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
Setting up libksba8:arm64 (1.3.5-2) ...
Setting up lsb-base (10.2019051400) ...
Setting up libkeyutils1:arm64 (1.6-6) ...
Setting up libpsl5:arm64 (0.20.2-2) ...
Setting up mime-support (3.62) ...
Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
Setting up manpages (4.16-2) ...
Setting up libsqlite3-0:arm64 (3.27.2-3+deb10u1) ...
Setting up libsasl2-modules:arm64 (2.1.27+dfsg-1+deb10u1) ...
Setting up binutils-common:arm64 (2.31.1-16) ...
Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
Setting up libmagic1:arm64 (1:5.35-4+deb10u2) ...
Setting up linux-libc-dev:arm64 (4.19.208-1) ...
Setting up libnpth0:arm64 (1.6-1) ...
Setting up krb5-locales (1.17-3+deb10u3) ...
Setting up file (1:5.35-4+deb10u2) ...
Setting up libassuan0:arm64 (2.5.2-1) ...
Setting up libgomp1:arm64 (8.3.0-6) ...
Setting up bzip2 (1.0.6-9.2~deb10u1) ...
Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
Setting up libfakeroot:arm64 (1.23-1) ...
Setting up libkrb5support0:arm64 (1.17-3+deb10u3) ...
Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
Setting up fakeroot (1.23-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libasan5:arm64 (8.3.0-6) ...
Setting up make (4.2.1-1.2) ...
Setting up libmpfr6:arm64 (4.0.2-1) ...
Setting up gnupg-l10n (2.2.12-1+deb10u1) ...
Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
Setting up xz-utils (5.2.4-1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up libmpc3:arm64 (1.1.0-1) ...
Setting up libatomic1:arm64 (8.3.0-6) ...
Setting up patch (2.7.6-3+deb10u1) ...
Setting up libk5crypto3:arm64 (1.17-3+deb10u3) ...
Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
Setting up libubsan1:arm64 (8.3.0-6) ...
Setting up libisl19:arm64 (0.20-2) ...
Setting up libssh2-1:arm64 (1.8.0-2.1) ...
Setting up netbase (5.6) ...
Setting up libkrb5-3:arm64 (1.17-3+deb10u3) ...
Setting up libmpdec2:arm64 (2.4.2-2) ...
Setting up libbinutils:arm64 (2.31.1-16) ...
Setting up cpp-8 (8.3.0-6) ...
Setting up libc-dev-bin (2.28-10) ...
Setting up openssl (1.1.1d-0+deb10u7) ...
Setting up readline-common (7.0-5) ...
Setting up publicsuffix (20190415.1030-1) ...
Setting up libcc1-0:arm64 (8.3.0-6) ...
Setting up liblocale-gettext-perl (1.07-3+b4) ...
Setting up liblsan0:arm64 (8.3.0-6) ...
Setting up libitm1:arm64 (8.3.0-6) ...
Setting up libreadline7:arm64 (7.0-5) ...
Setting up libgdbm6:arm64 (1.18.1-4) ...
Setting up gnupg-utils (2.2.12-1+deb10u1) ...
Setting up libtsan0:arm64 (8.3.0-6) ...
Setting up pinentry-curses (1.1.0-2) ...
Setting up manpages-dev (4.16-2) ...
Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
Setting up libpython3.7:arm64 (3.7.3-2+deb10u3) ...
Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
Setting up binutils (2.31.1-16) ...
Setting up ca-certificates (20200601~deb10u2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 78.)
debconf: falling back to frontend: Readline
Updating certificates in /etc/ssl/certs...
137 added, 0 removed; done.
Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u3) ...
Setting up libgdbm-compat4:arm64 (1.18.1-4) ...
Setting up libgcc-8-dev:arm64 (8.3.0-6) ...
Setting up libperl5.28:arm64 (5.28.1-6+deb10u1) ...
Setting up cpp (4:8.3.0-1) ...
Setting up gpgconf (2.2.12-1+deb10u1) ...
Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ...
Setting up libc6-dev:arm64 (2.28-10) ...
Setting up curl (7.64.0-4+deb10u2) ...
Setting up gpg (2.2.12-1+deb10u1) ...
Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
Setting up libstdc++-8-dev:arm64 (8.3.0-6) ...
Setting up python3.7 (3.7.3-2+deb10u3) ...
Setting up gcc-8 (8.3.0-6) ...
Setting up gpg-agent (2.2.12-1+deb10u1) ...
Setting up gpgsm (2.2.12-1+deb10u1) ...
Setting up python3 (3.7.3-1) ...
running python rtupdate hooks for python3.7...
running python post-rtupdate hooks for python3.7...
Setting up gcc (4:8.3.0-1) ...
Setting up dirmngr (2.2.12-1+deb10u1) ...
Setting up perl (5.28.1-6+deb10u1) ...
Setting up libexpat1-dev:arm64 (2.2.6-2+deb10u1) ...
Setting up libdpkg-perl (1.19.7) ...
Setting up gpg-wks-server (2.2.12-1+deb10u1) ...
Setting up g++-8 (8.3.0-6) ...
Setting up python3-lib2to3 (3.7.3-1) ...
Setting up python3-distutils (3.7.3-1) ...
Setting up dh-python (3.20190308) ...
Setting up gpg-wks-client (2.2.12-1+deb10u1) ...
Setting up libfile-fcntllock-perl (0.22-3+b5) ...
Setting up libalgorithm-diff-perl (1.19.03-2) ...
Setting up libpython3.7-dev:arm64 (3.7.3-2+deb10u3) ...
Setting up python3.7-dev (3.7.3-2+deb10u3) ...
Setting up dpkg-dev (1.19.7) ...
Setting up g++ (4:8.3.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up gnupg (2.2.12-1+deb10u1) ...
Setting up build-essential (12.6) ...
Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up libpython3-dev:arm64 (3.7.3-1) ...
Setting up python3-dev (3.7.3-1) ...
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for ca-certificates (20200601~deb10u2) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
root@2440ee970e94:/# curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2108k  100 2108k    0     0   889k      0  0:00:02  0:00:02 --:--:--  889k
root@2440ee970e94:/# python3 get-pip.py
Collecting pip
  Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
     |████████████████████████████████| 1.7 MB 297 kB/s            
Collecting setuptools
  Downloading setuptools-59.0.1-py3-none-any.whl (947 kB)
     |████████████████████████████████| 947 kB 9.8 MB/s            
Collecting wheel
  Downloading wheel-0.37.0-py2.py3-none-any.whl (35 kB)
Installing collected packages: wheel, setuptools, pip
Successfully installed pip-21.3.1 setuptools-59.0.1 wheel-0.37.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
root@2440ee970e94:/# pip install tensorflow -f https://tf.kmtea.eu/whl/stable.html
Looking in links: https://tf.kmtea.eu/whl/stable.html
Collecting tensorflow
  Downloading https://github.com/KumaTea/tensorflow-aarch64/releases/download/v2.7/tensorflow-2.7.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (152.5 MB)
     |████████████████████████████████| 152.5 MB 9.2 MB/s             
Collecting numpy>=1.14.5
  Downloading numpy-1.21.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (13.0 MB)
     |████████████████████████████████| 13.0 MB 628 kB/s            
Collecting tensorflow-io-gcs-filesystem>=0.21.0
  Downloading https://snapshots.linaro.org/ldcg/python/tensorflow-io-manylinux/7/tensorflow-io-gcs-filesystem/tensorflow_io_gcs_filesystem-0.21.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.8 MB)
     |████████████████████████████████| 2.8 MB 2.6 MB/s            
Collecting google-pasta>=0.1.1
  Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB)
     |████████████████████████████████| 57 kB 2.7 MB/s             
Collecting grpcio<2.0,>=1.24.3
  Downloading grpcio-1.41.1-cp37-cp37m-manylinux_2_17_aarch64.whl (44.0 MB)
     |████████████████████████████████| 44.0 MB 12.5 MB/s            
Collecting libclang>=9.0.1
  Downloading libclang-12.0.0-py2.py3-none-manylinux2014_aarch64.whl (13.9 MB)
     |████████████████████████████████| 13.9 MB 568 kB/s            
Collecting astunparse>=1.6.0
  Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
Collecting flatbuffers<3.0,>=1.12
  Downloading flatbuffers-2.0-py2.py3-none-any.whl (26 kB)
Collecting wrapt>=1.11.0
  Downloading wrapt-1.13.3.tar.gz (48 kB)
     |████████████████████████████████| 48 kB 2.8 MB/s            
  Preparing metadata (setup.py) ... done
Collecting tensorflow-estimator<2.8,~=2.7.0rc0
  Downloading tensorflow_estimator-2.7.0-py2.py3-none-any.whl (463 kB)
     |████████████████████████████████| 463 kB 5.1 MB/s            
Collecting termcolor>=1.1.0
  Downloading termcolor-1.1.0.tar.gz (3.9 kB)
  Preparing metadata (setup.py) ... done
Collecting tensorboard~=2.6
  Downloading tensorboard-2.7.0-py3-none-any.whl (5.8 MB)
     |████████████████████████████████| 5.8 MB 5.1 MB/s            
Collecting keras-preprocessing>=1.1.1
  Downloading Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB)
     |████████████████████████████████| 42 kB 935 kB/s             
Collecting absl-py>=0.4.0
  Downloading absl_py-1.0.0-py3-none-any.whl (126 kB)
     |████████████████████████████████| 126 kB 12.8 MB/s            
Collecting typing-extensions>=3.6.6
  Downloading typing_extensions-4.0.0-py3-none-any.whl (22 kB)
Collecting gast<0.5.0,>=0.2.1
  Downloading gast-0.4.0-py3-none-any.whl (9.8 kB)
Collecting six>=1.12.0
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting protobuf>=3.9.2
  Downloading protobuf-3.19.1-cp37-cp37m-manylinux2014_aarch64.whl (912 kB)
     |████████████████████████████████| 912 kB 10.3 MB/s            
Collecting keras<2.8,>=2.7.0rc0
  Downloading keras-2.7.0-py2.py3-none-any.whl (1.3 MB)
     |████████████████████████████████| 1.3 MB 5.3 MB/s            
Collecting h5py>=2.9.0
  Downloading h5py-3.5.0.tar.gz (384 kB)
     |████████████████████████████████| 384 kB 10.2 MB/s            
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Collecting opt-einsum>=2.3.2
  Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB)
     |████████████████████████████████| 65 kB 2.4 MB/s             
Requirement already satisfied: wheel<1.0,>=0.32.0 in /usr/local/lib/python3.7/dist-packages (from tensorflow) (0.37.0)
Collecting cached-property
  Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Collecting tensorboard-plugin-wit>=1.6.0
  Downloading tensorboard_plugin_wit-1.8.0-py3-none-any.whl (781 kB)
     |████████████████████████████████| 781 kB 6.5 MB/s            
Collecting google-auth-oauthlib<0.5,>=0.4.1
  Downloading google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB)
Collecting requests<3,>=2.21.0
  Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
     |████████████████████████████████| 62 kB 622 kB/s            
Collecting werkzeug>=0.11.15
  Downloading Werkzeug-2.0.2-py3-none-any.whl (288 kB)
     |████████████████████████████████| 288 kB 4.0 MB/s            
Collecting google-auth<3,>=1.6.3
  Downloading google_auth-2.3.3-py2.py3-none-any.whl (155 kB)
     |████████████████████████████████| 155 kB 1.0 MB/s            
Collecting markdown>=2.6.8
  Downloading Markdown-3.3.4-py3-none-any.whl (97 kB)
     |████████████████████████████████| 97 kB 3.3 MB/s            
Collecting tensorboard-data-server<0.7.0,>=0.6.0
  Downloading tensorboard_data_server-0.6.1-py3-none-any.whl (2.4 kB)
Requirement already satisfied: setuptools>=41.0.0 in /usr/local/lib/python3.7/dist-packages (from tensorboard~=2.6->tensorflow) (59.0.1)
Collecting cachetools<5.0,>=2.0.0
  Downloading cachetools-4.2.4-py3-none-any.whl (10 kB)
Collecting rsa<5,>=3.1.4
  Downloading rsa-4.7.2-py3-none-any.whl (34 kB)
Collecting pyasn1-modules>=0.2.1
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
     |████████████████████████████████| 155 kB 1.1 MB/s            
Collecting requests-oauthlib>=0.7.0
  Downloading requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB)
Collecting importlib-metadata
  Downloading importlib_metadata-4.8.2-py3-none-any.whl (17 kB)
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.7-py3-none-any.whl (38 kB)
Collecting certifi>=2017.4.17
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
     |████████████████████████████████| 149 kB 237 kB/s            
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
     |████████████████████████████████| 138 kB 494 kB/s            
Collecting idna<4,>=2.5
  Downloading idna-3.3-py3-none-any.whl (61 kB)
     |████████████████████████████████| 61 kB 715 kB/s            
Collecting pyasn1<0.5.0,>=0.4.6
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
     |████████████████████████████████| 77 kB 758 kB/s            
Collecting oauthlib>=3.0.0
  Downloading oauthlib-3.1.1-py2.py3-none-any.whl (146 kB)
     |████████████████████████████████| 146 kB 886 kB/s            
Collecting zipp>=0.5
  Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB)
Building wheels for collected packages: h5py, termcolor, wrapt
  Building wheel for h5py (pyproject.toml) ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python3 /usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/in_process/_in_process.py build_wheel /tmp/tmpxbqsi80j
       cwd: /tmp/pip-install-ll_6dymd/h5py_9d9d98745a53475f95be8226b828aecc
  Complete output (70 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-aarch64-3.7
  creating build/lib.linux-aarch64-3.7/h5py
  copying h5py/ipy_completer.py -> build/lib.linux-aarch64-3.7/h5py
  copying h5py/version.py -> build/lib.linux-aarch64-3.7/h5py
  copying h5py/h5py_warnings.py -> build/lib.linux-aarch64-3.7/h5py
  copying h5py/__init__.py -> build/lib.linux-aarch64-3.7/h5py
  creating build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/compat.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/selections.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/vds.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/selections2.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/base.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/dims.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/attrs.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/dataset.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/group.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/__init__.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/files.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/filters.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  copying h5py/_hl/datatype.py -> build/lib.linux-aarch64-3.7/h5py/_hl
  creating build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_group.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dims_dimensionproxy.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_filters.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_file_image.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_slicing.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dimension_scales.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_file.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_attrs_data.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5o.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_big_endian_file.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_file2.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5f.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_attribute_create.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_selections.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_base.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_errors.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_completions.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5pl.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5p.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5d_direct_chunk.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dtype.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dataset.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dataset_swmr.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_objects.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/common.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_dataset_getitem.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_h5t.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/__init__.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/conftest.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_datatype.py -> build/lib.linux-aarch64-3.7/h5py/tests
  copying h5py/tests/test_attrs.py -> build/lib.linux-aarch64-3.7/h5py/tests
  creating build/lib.linux-aarch64-3.7/h5py/tests/data_files
  copying h5py/tests/data_files/__init__.py -> build/lib.linux-aarch64-3.7/h5py/tests/data_files
  creating build/lib.linux-aarch64-3.7/h5py/tests/test_vds
  copying h5py/tests/test_vds/test_lowlevel_vds.py -> build/lib.linux-aarch64-3.7/h5py/tests/test_vds
  copying h5py/tests/test_vds/test_highlevel_vds.py -> build/lib.linux-aarch64-3.7/h5py/tests/test_vds
  copying h5py/tests/test_vds/__init__.py -> build/lib.linux-aarch64-3.7/h5py/tests/test_vds
  copying h5py/tests/test_vds/test_virtual_source.py -> build/lib.linux-aarch64-3.7/h5py/tests/test_vds
  copying h5py/tests/data_files/vlen_string_dset_utc.h5 -> build/lib.linux-aarch64-3.7/h5py/tests/data_files
  copying h5py/tests/data_files/vlen_string_s390x.h5 -> build/lib.linux-aarch64-3.7/h5py/tests/data_files
  copying h5py/tests/data_files/vlen_string_dset.h5 -> build/lib.linux-aarch64-3.7/h5py/tests/data_files
  running build_ext
  Building h5py requires pkg-config unless the HDF5 path is explicitly specified
  error: pkg-config probably not installed: FileNotFoundError(2, "No such file or directory: 'pkg-config'")
  ----------------------------------------
  ERROR: Failed building wheel for h5py
  Building wheel for termcolor (setup.py) ... done
  Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4847 sha256=ed2a72c2fdaaef29f04bb0e900abc789cce9d8db79d4c403ddd64abdbd7cb91d
  Stored in directory: /root/.cache/pip/wheels/3f/e3/ec/8a8336ff196023622fbcb36de0c5a5c218cbb24111d1d4c7f2
  Building wheel for wrapt (setup.py) ... done
  Created wheel for wrapt: filename=wrapt-1.13.3-cp37-cp37m-linux_aarch64.whl size=75022 sha256=477b5253c104388dad8e4246cc11dc2de2d84b24215df18e3394b6e4d4edafa1
  Stored in directory: /root/.cache/pip/wheels/4c/35/0a/a89117eb01ea0b69904aad48bfec3c8d01d018f0f0defd1259
Successfully built termcolor wrapt
Failed to build h5py
ERROR: Could not build wheels for h5py, which is required to install pyproject.toml-based projects
jimaobian commented 2 years ago

By the way, version 2.6 could be smoothly installed.

pip install tensorflow==2.6 -f https://tf.kmtea.eu/whl/stable.html
Looking in links: https://tf.kmtea.eu/whl/stable.html
Collecting tensorflow==2.6
  Downloading https://github.com/KumaTea/tensorflow-aarch64/releases/download/v2.6/tensorflow-2.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (142.5 MB)
     |████████████████████████████████| 142.5 MB 9.4 MB/s             
Collecting protobuf>=3.9.2
  Downloading protobuf-3.19.1-cp37-cp37m-manylinux2014_aarch64.whl (912 kB)
     |████████████████████████████████| 912 kB 299 kB/s            
Collecting clang~=5.0
  Downloading clang-5.0.tar.gz (30 kB)
  Preparing metadata (setup.py) ... done
Collecting wrapt~=1.12.1
  Downloading wrapt-1.12.1.tar.gz (27 kB)
  Preparing metadata (setup.py) ... done
Collecting keras~=2.6
  Downloading keras-2.7.0-py2.py3-none-any.whl (1.3 MB)
     |████████████████████████████████| 1.3 MB 5.5 MB/s            
Collecting typing-extensions~=3.7.4
  Downloading typing_extensions-3.7.4.3-py3-none-any.whl (22 kB)
Collecting grpcio<2.0,>=1.37.0
  Downloading grpcio-1.41.1-cp37-cp37m-manylinux_2_17_aarch64.whl (44.0 MB)
     |████████████████████████████████| 44.0 MB 25.9 MB/s            
Collecting opt-einsum~=3.3.0
  Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB)
     |████████████████████████████████| 65 kB 3.0 MB/s             
Collecting six~=1.15.0
  Downloading six-1.15.0-py2.py3-none-any.whl (10 kB)
Collecting numpy~=1.19.2
  Downloading numpy-1.19.5-cp37-cp37m-manylinux2014_aarch64.whl (12.4 MB)
     |████████████████████████████████| 12.4 MB 10.9 MB/s            
Collecting google-pasta~=0.2
  Downloading google_pasta-0.2.0-py3-none-any.whl (57 kB)
     |████████████████████████████████| 57 kB 3.0 MB/s            
Collecting keras-preprocessing~=1.1.2
  Downloading Keras_Preprocessing-1.1.2-py2.py3-none-any.whl (42 kB)
     |████████████████████████████████| 42 kB 149 kB/s            
Collecting termcolor~=1.1.0
  Downloading termcolor-1.1.0.tar.gz (3.9 kB)
  Preparing metadata (setup.py) ... done
Collecting astunparse~=1.6.3
  Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB)
Requirement already satisfied: wheel~=0.35 in /usr/local/lib/python3.7/dist-packages (from tensorflow==2.6) (0.37.0)
Collecting flatbuffers~=1.12.0
  Downloading flatbuffers-1.12-py2.py3-none-any.whl (15 kB)
Collecting tensorflow-estimator~=2.6
  Downloading tensorflow_estimator-2.7.0-py2.py3-none-any.whl (463 kB)
     |████████████████████████████████| 463 kB 4.8 MB/s            
Collecting absl-py~=0.10
  Downloading absl_py-0.15.0-py3-none-any.whl (132 kB)
     |████████████████████████████████| 132 kB 8.2 MB/s            
Collecting tensorboard~=2.6
  Downloading tensorboard-2.7.0-py3-none-any.whl (5.8 MB)
     |████████████████████████████████| 5.8 MB 5.5 MB/s            
Collecting h5py~=3.1.0
  Downloading https://snapshots.linaro.org/ldcg/python/tensorflow-manylinux/32/h5py/h5py-3.1.0-cp37-cp37m-linux_aarch64.whl (5.8 MB)
     |████████████████████████████████| 5.8 MB 35.5 MB/s            
Collecting gast==0.4.0
  Downloading gast-0.4.0-py3-none-any.whl (9.8 kB)
Collecting cached-property
  Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB)
Collecting google-auth<3,>=1.6.3
  Downloading google_auth-2.3.3-py2.py3-none-any.whl (155 kB)
     |████████████████████████████████| 155 kB 8.3 MB/s            
Requirement already satisfied: setuptools>=41.0.0 in /usr/local/lib/python3.7/dist-packages (from tensorboard~=2.6->tensorflow==2.6) (59.0.1)
Collecting werkzeug>=0.11.15
  Downloading Werkzeug-2.0.2-py3-none-any.whl (288 kB)
     |████████████████████████████████| 288 kB 10.2 MB/s            
Collecting tensorboard-data-server<0.7.0,>=0.6.0
  Downloading tensorboard_data_server-0.6.1-py3-none-any.whl (2.4 kB)
Collecting google-auth-oauthlib<0.5,>=0.4.1
  Downloading google_auth_oauthlib-0.4.6-py2.py3-none-any.whl (18 kB)
Collecting markdown>=2.6.8
  Downloading Markdown-3.3.4-py3-none-any.whl (97 kB)
     |████████████████████████████████| 97 kB 3.0 MB/s             
Collecting tensorboard-plugin-wit>=1.6.0
  Downloading tensorboard_plugin_wit-1.8.0-py3-none-any.whl (781 kB)
     |████████████████████████████████| 781 kB 5.7 MB/s            
Collecting requests<3,>=2.21.0
  Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB)
     |████████████████████████████████| 62 kB 585 kB/s             
Collecting pyasn1-modules>=0.2.1
  Downloading pyasn1_modules-0.2.8-py2.py3-none-any.whl (155 kB)
     |████████████████████████████████| 155 kB 11.2 MB/s            
Collecting cachetools<5.0,>=2.0.0
  Downloading cachetools-4.2.4-py3-none-any.whl (10 kB)
Collecting rsa<5,>=3.1.4
  Downloading rsa-4.7.2-py3-none-any.whl (34 kB)
Collecting requests-oauthlib>=0.7.0
  Downloading requests_oauthlib-1.3.0-py2.py3-none-any.whl (23 kB)
Collecting importlib-metadata
  Downloading importlib_metadata-4.8.2-py3-none-any.whl (17 kB)
Collecting idna<4,>=2.5
  Downloading idna-3.3-py3-none-any.whl (61 kB)
     |████████████████████████████████| 61 kB 4.4 MB/s             
Collecting charset-normalizer~=2.0.0
  Downloading charset_normalizer-2.0.7-py3-none-any.whl (38 kB)
Collecting certifi>=2017.4.17
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
     |████████████████████████████████| 149 kB 9.3 MB/s            
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.7-py2.py3-none-any.whl (138 kB)
     |████████████████████████████████| 138 kB 5.3 MB/s            
Collecting pyasn1<0.5.0,>=0.4.6
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
     |████████████████████████████████| 77 kB 3.3 MB/s             
Collecting oauthlib>=3.0.0
  Downloading oauthlib-3.1.1-py2.py3-none-any.whl (146 kB)
     |████████████████████████████████| 146 kB 12.7 MB/s            
Collecting zipp>=0.5
  Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB)
Building wheels for collected packages: clang, termcolor, wrapt
  Building wheel for clang (setup.py) ... done
  Created wheel for clang: filename=clang-5.0-py3-none-any.whl size=30692 sha256=3fdc493fc65dd6878e32674eeb58e3a82051ce43ac62097473525df0f7cc9438
  Stored in directory: /root/.cache/pip/wheels/98/91/04/971b4c587cf47ae952b108949b46926f426c02832d120a082a
  Building wheel for termcolor (setup.py) ... done
  Created wheel for termcolor: filename=termcolor-1.1.0-py3-none-any.whl size=4847 sha256=c75218f9b31b2779222741a700269a8194884c43c5e378f342e0cb2a2e9ba31a
  Stored in directory: /root/.cache/pip/wheels/3f/e3/ec/8a8336ff196023622fbcb36de0c5a5c218cbb24111d1d4c7f2
  Building wheel for wrapt (setup.py) ... done
  Created wheel for wrapt: filename=wrapt-1.12.1-cp37-cp37m-linux_aarch64.whl size=72899 sha256=ea74aebf85a0c96e8cc869888fea01d5168d45b4061c33d221c2663ef5fb002a
  Stored in directory: /root/.cache/pip/wheels/62/76/4c/aa25851149f3f6d9785f6c869387ad82b3fd37582fa8147ac6
Successfully built clang termcolor wrapt
Installing collected packages: urllib3, pyasn1, idna, charset-normalizer, certifi, zipp, typing-extensions, six, rsa, requests, pyasn1-modules, oauthlib, cachetools, requests-oauthlib, importlib-metadata, google-auth, werkzeug, tensorboard-plugin-wit, tensorboard-data-server, protobuf, numpy, markdown, grpcio, google-auth-oauthlib, cached-property, absl-py, wrapt, termcolor, tensorflow-estimator, tensorboard, opt-einsum, keras-preprocessing, keras, h5py, google-pasta, gast, flatbuffers, clang, astunparse, tensorflow
Successfully installed absl-py-0.15.0 astunparse-1.6.3 cached-property-1.5.2 cachetools-4.2.4 certifi-2021.10.8 charset-normalizer-2.0.7 clang-5.0 flatbuffers-1.12 gast-0.4.0 google-auth-2.3.3 google-auth-oauthlib-0.4.6 google-pasta-0.2.0 grpcio-1.41.1 h5py-3.1.0 idna-3.3 importlib-metadata-4.8.2 keras-2.7.0 keras-preprocessing-1.1.2 markdown-3.3.4 numpy-1.19.5 oauthlib-3.1.1 opt-einsum-3.3.0 protobuf-3.19.1 pyasn1-0.4.8 pyasn1-modules-0.2.8 requests-2.26.0 requests-oauthlib-1.3.0 rsa-4.7.2 six-1.15.0 tensorboard-2.7.0 tensorboard-data-server-0.6.1 tensorboard-plugin-wit-1.8.0 tensorflow-2.6.0 tensorflow-estimator-2.7.0 termcolor-1.1.0 typing-extensions-3.7.4.3 urllib3-1.26.7 werkzeug-2.0.2 wrapt-1.12.1 zipp-3.6.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
jimaobian commented 2 years ago

Seem to related this commit

Debian 10 can only accept cp37-cp37m-manylinux_2_17_aarch64 to cp37-cp37m-manylinux_2_28_aarch64.