Hello,
Just downloading the sd card image from JetPack SDK 4.6.1 | NVIDIA Developer , burn it and started the jetson nano developper kit. Finished the ubuntu configuration steps. Did nothing else.
Opened a terminal and followed steps described in Official TensorFlow for Jetson Nano! , Python 3.6+JetPack4.6.3
The following command failed:
sudo pip3 install -U numpy==1.19.4 future mock keras_preprocessing keras_applications gast==0.2.1 protobuf pybind11 cython pkgconfig packaging
Building wheel for h5py (pyproject.toml) … error
ERROR: Command errored out with exit status 1:
[…]
Error compiling Cython file:
…
License: Standard 3-clause BSD; see “license.txt” for full license terms
and contributor agreement.
from .defs cimport *
from ._objects cimport class ObjectID
^
h5py/h5t.pxd:13:23: Expected an identifier
[…]
Traceback (most recent call last):
File “/home/edf/.local/lib/python3.6/site-packages/pip/_vendor/pep517/in_process/_in_process.py”, line 363, in
main()
File “/home/edf/.local/lib/python3.6/site-packages/pip/_vendor/pep517/in_process/_in_process.py”, line 345, in main
json_out[‘return_val’] = hook(**hook_input[‘kwargs’])
File “/home/edf/.local/lib/python3.6/site-packages/pip/_vendor/pep517/in_process/_in_process.py”, line 262, in build_wheel
metadata_directory)
File “/tmp/pip-build-env-0ufsaci5/overlay/lib/python3.6/site-packages/setuptools/build_meta.py”, line 231, in build_wheel
wheel_directory, config_settings)
File “/tmp/pip-build-env-0ufsaci5/overlay/lib/python3.6/site-packages/setuptools/build_meta.py”, line 215, in _build_with_temp_dir
self.run_setup()
File “/tmp/pip-build-env-0ufsaci5/overlay/lib/python3.6/site-packages/setuptools/build_meta.py”, line 158, in run_setup
exec(compile(code, file, ‘exec’), locals())
File “setup.py”, line 183, in
cmdclass = CMDCLASS,
File “/tmp/pip-build-env-0ufsaci5/overlay/lib/python3.6/site-packages/setuptools/init.py”, line 153, in setup
return distutils.core.setup(**attrs)
File “/usr/lib/python3.6/distutils/core.py”, line 148, in setup
dist.run_commands()
File “/usr/lib/python3.6/distutils/dist.py”, line 955, in run_commands
self.run_command(cmd)
File “/usr/lib/python3.6/distutils/dist.py”, line 974, in run_command
cmd_obj.run()
File “/tmp/pip-build-env-0ufsaci5/overlay/lib/python3.6/site-packages/wheel/bdist_wheel.py”, line 299, in run
self.run_command(‘build’)
File “/usr/lib/python3.6/distutils/cmd.py”, line 313, in run_command
self.distribution.run_command(command)
File “/usr/lib/python3.6/distutils/dist.py”, line 974, in run_command
cmd_obj.run()
File “/usr/lib/python3.6/distutils/command/build.py”, line 135, in run
self.run_command(cmd_name)
File “/usr/lib/python3.6/distutils/cmd.py”, line 313, in run_command
self.distribution.run_command(command)
File “/usr/lib/python3.6/distutils/dist.py”, line 974, in run_command
cmd_obj.run()
File “/tmp/pip-install-522owmfu/h5py_0256cb7a7f6c46a49ac27644a79ff507/setup_build.py”, line 171, in run
language_level=3)
File “/tmp/pip-build-env-0ufsaci5/normal/lib/python3.6/site-packages/Cython/Build/Dependencies.py”, line 1134, in cythonize
cythonize_one(*args)
File “/tmp/pip-build-env-0ufsaci5/normal/lib/python3.6/site-packages/Cython/Build/Dependencies.py”, line 1301, in cythonize_one
raise CompileError(None, pyx_file)
Cython.Compiler.Errors.CompileError: /tmp/pip-install-522owmfu/h5py_0256cb7a7f6c46a49ac27644a79ff507/h5py/_conv.pyx
ERROR: Failed building wheel for h5py
Please help me installing tensorflow
Thanks in advance