Install Tensorflow Object Detection API for

Thank you I was able to solve the previous problem by changing the docker image to JetPack 4.6 L4T R32.6.1 with Tensorflow 2.5.0 and manually installing tensorflow-addons on the Jetson TX2 from Tensorflow-Addons 0.14.0.

However, when executing the command python3 -m pip install --use-feature=2020-resolver . inside the models/reseach I get the following error:

Building wheels for collected packages: object-detection, kaggle, psutil, py-cpuinfo, dm-tree, avro-python3, crcmod, dill, docopt, matplotlib, pycocotools, seqeval, promise
  Building wheel for object-detection (setup.py) ... done
  Created wheel for object-detection: filename=object_detection-0.1-py3-none-any.whl size=1661340 sha256=c8706e900fcd8898065b359762c9e28384eb8656889bffe5109bbcf44fb0d314
  Stored in directory: /tmp/pip-ephem-wheel-cache-ie4l9720/wheels/df/9f/9f/86c64449ee4e9da1adc2b5e31fa4410663032c15db1b451435
  Building wheel for kaggle (setup.py) ... done
  Created wheel for kaggle: filename=kaggle-1.5.12-py3-none-any.whl size=73052 sha256=a45d4df260f23a0ce0d204c1ea1bdc15dfe695242b5a5e0f2dc93eea50e9138a
  Stored in directory: /root/.cache/pip/wheels/77/47/e4/44a4ba1b7dfd53faaa35f59f1175e123b213ff401a8a56876b
  Building wheel for psutil (setup.py) ... done
  Created wheel for psutil: filename=psutil-5.8.0-cp36-cp36m-linux_aarch64.whl size=290397 sha256=4a210b5949b39e145955f683511789bd639eb436e0dc4db4260e015fecaba5ee
  Stored in directory: /root/.cache/pip/wheels/6d/de/48/9e3627ec70b2df62377606d4fbe106025e60da976b8c7adabc
  Building wheel for py-cpuinfo (setup.py) ... done
  Created wheel for py-cpuinfo: filename=py_cpuinfo-8.0.0-py3-none-any.whl size=22257 sha256=dcad787da5e0e106b632244ab457df3e7caaf12773a672aa5e04f7722103207a
  Stored in directory: /root/.cache/pip/wheels/3e/e1/d9/9b782b170e5272d6500cee4d29dd6c724598b22dc399d81d01
  Building wheel for dm-tree (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python3 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-4z41p2w2/dm-tree_cfeea42554c546a0809aaf667f44bc2c/setup.py'"'"'; __file__='"'"'/tmp/pip-install-4z41p2w2/dm-tree_cfeea42554c546a0809aaf667f44bc2c/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-vsmc5nbh
       cwd: /tmp/pip-install-4z41p2w2/dm-tree_cfeea42554c546a0809aaf667f44bc2c/
  Complete output (13 lines):
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build/lib.linux-aarch64-3.6
  creating build/lib.linux-aarch64-3.6/tree
  copying tree/tree_benchmark.py -> build/lib.linux-aarch64-3.6/tree
  copying tree/tree_test.py -> build/lib.linux-aarch64-3.6/tree
  copying tree/__init__.py -> build/lib.linux-aarch64-3.6/tree
  running build_ext
  bazel build //tree:_tree --symlink_prefix=build/temp.linux-aarch64-3.6/bazel- --compilation_mode=opt
  unable to execute 'bazel': No such file or directory
  error: command 'bazel' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for dm-tree

Is there a way to solve this? Thanks for all the support.