I tried to build from src:
[code]root@blp-desktop:~/Desktop/h5py-2.9.0# python setup.py install
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: ‘setup_requires’
warnings.warn(msg)
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: ‘install_requires’
warnings.warn(msg)
running install
running build
running build_py
creating build
creating build/lib.linux-aarch64-2.7
creating build/lib.linux-aarch64-2.7/h5py
copying h5py/h5py_warnings.py → build/lib.linux-aarch64-2.7/h5py
copying h5py/highlevel.py → build/lib.linux-aarch64-2.7/h5py
copying h5py/init.py → build/lib.linux-aarch64-2.7/h5py
copying h5py/version.py → build/lib.linux-aarch64-2.7/h5py
copying h5py/ipy_completer.py → build/lib.linux-aarch64-2.7/h5py
creating build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/datatype.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/attrs.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/selections2.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/base.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/files.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/dims.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/vds.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/init.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/selections.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/compat.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/group.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/dataset.py → build/lib.linux-aarch64-2.7/h5py/_hl
copying h5py/_hl/filters.py → build/lib.linux-aarch64-2.7/h5py/_hl
creating build/lib.linux-aarch64-2.7/h5py/tests
copying h5py/tests/init.py → build/lib.linux-aarch64-2.7/h5py/tests
copying h5py/tests/common.py → build/lib.linux-aarch64-2.7/h5py/tests
creating build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_h5t.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_slicing.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_dataset.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_h5.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_attrs.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_datatype.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_h5f.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_attrs_data.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_dimension_scales.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_group.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/init.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_file_image.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_base.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_h5d_direct_chunk_write.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_objects.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_selections.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_file.py → build/lib.linux-aarch64-2.7/h5py/tests/old
copying h5py/tests/old/test_h5p.py → build/lib.linux-aarch64-2.7/h5py/tests/old
creating build/lib.linux-aarch64-2.7/h5py/tests/hl
copying h5py/tests/hl/test_attribute_create.py → build/lib.linux-aarch64-2.7/h5py/tests/hl
copying h5py/tests/hl/test_dataset_getitem.py → build/lib.linux-aarch64-2.7/h5py/tests/hl
copying h5py/tests/hl/test_dataset_swmr.py → build/lib.linux-aarch64-2.7/h5py/tests/hl
copying h5py/tests/hl/test_dims_dimensionproxy.py → build/lib.linux-aarch64-2.7/h5py/tests/hl
copying h5py/tests/hl/test_threads.py → build/lib.linux-aarch64-2.7/h5py/tests/hl
copying h5py/tests/hl/test_datatype.py → build/lib.linux-aarch64-2.7/h5py/tests/hl
copying h5py/tests/hl/init.py → build/lib.linux-aarch64-2.7/h5py/tests/hl
copying h5py/tests/hl/test_deprecation.py → build/lib.linux-aarch64-2.7/h5py/tests/hl
copying h5py/tests/hl/test_filters.py → build/lib.linux-aarch64-2.7/h5py/tests/hl
copying h5py/tests/hl/test_file.py → build/lib.linux-aarch64-2.7/h5py/tests/hl
creating build/lib.linux-aarch64-2.7/h5py/tests/hl/test_vds
copying h5py/tests/hl/test_vds/test_lowlevel_vds.py → build/lib.linux-aarch64-2.7/h5py/tests/hl/test_vds
copying h5py/tests/hl/test_vds/init.py → build/lib.linux-aarch64-2.7/h5py/tests/hl/test_vds
copying h5py/tests/hl/test_vds/test_highlevel_vds.py → build/lib.linux-aarch64-2.7/h5py/tests/hl/test_vds
copying h5py/tests/hl/test_vds/test_virtual_source.py → build/lib.linux-aarch64-2.7/h5py/tests/hl/test_vds
running build_ext
Traceback (most recent call last):
File “setup.py”, line 168, in
cmdclass = CMDCLASS,
File “/usr/lib/python2.7/distutils/core.py”, line 151, in setup
dist.run_commands()
File “/usr/lib/python2.7/distutils/dist.py”, line 953, in run_commands
self.run_command(cmd)
File “/usr/lib/python2.7/distutils/dist.py”, line 972, in run_command
cmd_obj.run()
File “/usr/lib/python2.7/distutils/command/install.py”, line 601, in run
self.run_command(‘build’)
File “/usr/lib/python2.7/distutils/cmd.py”, line 326, in run_command
self.distribution.run_command(command)
File “/usr/lib/python2.7/distutils/dist.py”, line 972, in run_command
cmd_obj.run()
File “/usr/lib/python2.7/distutils/command/build.py”, line 128, in run
self.run_command(cmd_name)
File “/usr/lib/python2.7/distutils/cmd.py”, line 326, in run_command
self.distribution.run_command(command)
File “/usr/lib/python2.7/distutils/dist.py”, line 972, in run_command
cmd_obj.run()
File “/home/blp/Desktop/h5py-2.9.0/setup_build.py”, line 156, in run
from Cython.Build import cythonize
ImportError: No module named Cython.Build
root@blp-desktop:~/Desktop/h5py-2.9.0# python3 setup.py install
Unable to find pgen, not compiling formal grammar.
Compiling /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Plex/Scanners.py because it changed.
Compiling /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Plex/Actions.py because it changed.
Compiling /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Compiler/Scanning.py because it changed.
Compiling /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Compiler/Visitor.py because it changed.
Compiling /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Compiler/FlowControl.py because it changed.
Compiling /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Runtime/refnanny.pyx because it changed.
Compiling /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Compiler/FusedNode.py because it changed.
Compiling /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Tempita/_tempita.py because it changed.
[1/8] Cythonizing /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Compiler/FlowControl.py
[2/8] Cythonizing /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Compiler/FusedNode.py
[3/8] Cythonizing /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Compiler/Scanning.py
[4/8] Cythonizing /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Compiler/Visitor.py
[5/8] Cythonizing /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Plex/Actions.py
[6/8] Cythonizing /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Plex/Scanners.py
[7/8] Cythonizing /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Runtime/refnanny.pyx
[8/8] Cythonizing /tmp/easy_install-p4q_z2jh/Cython-0.29.9/Cython/Tempita/_tempita.py
warning: no files found matching ‘Doc/’
warning: no files found matching '.pyx’ under directory ‘Cython/Debugger/Tests’
warning: no files found matching ‘.pxd’ under directory ‘Cython/Debugger/Tests’
warning: no files found matching '.pxd’ under directory ‘Cython/Utility’
warning: no files found matching ‘pyximport/README’
Installed /home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg
running install
running bdist_egg
running egg_info
writing h5py.egg-info/PKG-INFO
writing dependency_links to h5py.egg-info/dependency_links.txt
writing requirements to h5py.egg-info/requires.txt
writing top-level names to h5py.egg-info/top_level.txt
reading manifest file ‘h5py.egg-info/SOURCES.txt’
reading manifest template ‘MANIFEST.in’
no previously-included directories found matching ‘docs/_build’
no previously-included directories found matching ‘docs_api/_build’
warning: no previously-included files found matching ‘h5py/config.pxi’
warning: no previously-included files found matching ‘h5py/defs.pxd’
warning: no previously-included files found matching ‘h5py/defs.pyx’
warning: no previously-included files matching ‘.DS_Store’ found under directory ‘’
warning: no previously-included files found matching ‘ci’
warning: no previously-included files found matching ‘other’
warning: no previously-included files found matching ‘.github’
warning: no previously-included files matching '’ found under directory ‘ci’
warning: no previously-included files matching ‘’ found under directory ‘other’
warning: no previously-included files matching '’ found under directory ‘.github’
warning: no previously-included files found matching ‘pavement.py’
warning: no previously-included files found matching ‘.yml’
warning: no previously-included files found matching '.yaml’
warning: no previously-included files matching ‘pycache’ found under directory ‘’
warning: no previously-included files matching '.py[co]’ found under directory ‘*’
writing manifest file ‘h5py.egg-info/SOURCES.txt’
installing library code to build/bdist.linux-aarch64/egg
running install_lib
running build_py
creating build/lib.linux-aarch64-3.6
creating build/lib.linux-aarch64-3.6/h5py
copying h5py/h5py_warnings.py → build/lib.linux-aarch64-3.6/h5py
copying h5py/highlevel.py → build/lib.linux-aarch64-3.6/h5py
copying h5py/init.py → build/lib.linux-aarch64-3.6/h5py
copying h5py/version.py → build/lib.linux-aarch64-3.6/h5py
copying h5py/ipy_completer.py → build/lib.linux-aarch64-3.6/h5py
creating build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/datatype.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/attrs.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/selections2.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/base.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/files.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/dims.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/vds.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/init.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/selections.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/compat.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/group.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/dataset.py → build/lib.linux-aarch64-3.6/h5py/_hl
copying h5py/_hl/filters.py → build/lib.linux-aarch64-3.6/h5py/_hl
creating build/lib.linux-aarch64-3.6/h5py/tests
copying h5py/tests/init.py → build/lib.linux-aarch64-3.6/h5py/tests
copying h5py/tests/common.py → build/lib.linux-aarch64-3.6/h5py/tests
creating build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_h5t.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_slicing.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_dataset.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_h5.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_attrs.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_datatype.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_h5f.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_attrs_data.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_dimension_scales.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_group.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/init.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_file_image.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_base.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_h5d_direct_chunk_write.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_objects.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_selections.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_file.py → build/lib.linux-aarch64-3.6/h5py/tests/old
copying h5py/tests/old/test_h5p.py → build/lib.linux-aarch64-3.6/h5py/tests/old
creating build/lib.linux-aarch64-3.6/h5py/tests/hl
copying h5py/tests/hl/test_attribute_create.py → build/lib.linux-aarch64-3.6/h5py/tests/hl
copying h5py/tests/hl/test_dataset_getitem.py → build/lib.linux-aarch64-3.6/h5py/tests/hl
copying h5py/tests/hl/test_dataset_swmr.py → build/lib.linux-aarch64-3.6/h5py/tests/hl
copying h5py/tests/hl/test_dims_dimensionproxy.py → build/lib.linux-aarch64-3.6/h5py/tests/hl
copying h5py/tests/hl/test_threads.py → build/lib.linux-aarch64-3.6/h5py/tests/hl
copying h5py/tests/hl/test_datatype.py → build/lib.linux-aarch64-3.6/h5py/tests/hl
copying h5py/tests/hl/init.py → build/lib.linux-aarch64-3.6/h5py/tests/hl
copying h5py/tests/hl/test_deprecation.py → build/lib.linux-aarch64-3.6/h5py/tests/hl
copying h5py/tests/hl/test_filters.py → build/lib.linux-aarch64-3.6/h5py/tests/hl
copying h5py/tests/hl/test_file.py → build/lib.linux-aarch64-3.6/h5py/tests/hl
creating build/lib.linux-aarch64-3.6/h5py/tests/hl/test_vds
copying h5py/tests/hl/test_vds/test_lowlevel_vds.py → build/lib.linux-aarch64-3.6/h5py/tests/hl/test_vds
copying h5py/tests/hl/test_vds/init.py → build/lib.linux-aarch64-3.6/h5py/tests/hl/test_vds
copying h5py/tests/hl/test_vds/test_highlevel_vds.py → build/lib.linux-aarch64-3.6/h5py/tests/hl/test_vds
copying h5py/tests/hl/test_vds/test_virtual_source.py → build/lib.linux-aarch64-3.6/h5py/tests/hl/test_vds
running build_ext
Autodetected HDF5 1.10.0
Summary of the h5py configuration
Path to HDF5: None
HDF5 Version: '1.10.0'
MPI Enabled: False
Rebuild Required: True
Executing api_gen rebuild of defs
Executing cythonize()
[ 1/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/_conv.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/_conv.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
[ 2/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/_errors.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/_errors.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
[ 3/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/_objects.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/_objects.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
[ 4/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/_proxy.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/_proxy.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
[ 5/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/defs.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/defs.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
[ 6/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/h5.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/h5.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
[ 7/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/h5a.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/h5a.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
[ 8/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/h5ac.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/h5ac.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
[ 9/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/h5d.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/h5d.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
[10/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/h5ds.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/h5ds.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
[11/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/h5f.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/h5f.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
[12/22] Cythonizing /home/blp/Desktop/h5py-2.9.0/h5py/h5fd.pyx
/home/blp/Desktop/h5py-2.9.0/.eggs/Cython-0.29.9-py3.6-linux-aarch64.egg/Cython/Compiler/Main.py:367: FutureWarning: Cython directive ‘language_level’ not set, using 2 for now (Py2). This will change in a later release! File: /home/blp/Desktop/h5py-2.9.0/h5py/h5fd.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
warning: h5py/api_types_hdf5.pxd:408:2: ‘H5D_layout_t’ redeclared
warning: h5py/api_types_hdf5.pxd:415:2: ‘H5D_alloc_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:422:2: ‘H5D_space_status_t’ redeclared
warning: h5py/api_types_hdf5.pxd:428:2: ‘H5D_fill_time_t’ redeclared
warning: h5py/api_types_hdf5.pxd:434:2: ‘H5D_fill_value_t’ redeclared
warning: h5py/api_types_hdf5.pxd:446:7: ‘H5F_close_degree_t’ redeclared
warning: h5py/api_types_hdf5.pxd:452:2: ‘H5FD_mem_t’ redeclared
warning: h5py/api_types_hdf5.pxd:550:2: ‘H5T_cset_t’ redeclared
warning: h5py/api_types_hdf5.pxd:729:7: ‘H5Z_EDC_t’ redeclared
warning: h5py/api_types_hdf5.pxd:409:4: ‘H5D_LAYOUT_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:410:4: ‘H5D_COMPACT’ redeclared
warning: h5py/api_types_hdf5.pxd:411:4: ‘H5D_CONTIGUOUS’ redeclared
warning: h5py/api_types_hdf5.pxd:412:4: ‘H5D_CHUNKED’ redeclared
warning: h5py/api_types_hdf5.pxd:413:4: ‘H5D_NLAYOUTS’ redeclared
warning: h5py/api_types_hdf5.pxd:416:4: ‘H5D_ALLOC_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:417:4: ‘H5D_ALLOC_TIME_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:418:4: ‘H5D_ALLOC_TIME_EARLY’ redeclared
warning: h5py/api_types_hdf5.pxd:419:4: ‘H5D_ALLOC_TIME_LATE’ redeclared
warning: h5py/api_types_hdf5.pxd:420:4: ‘H5D_ALLOC_TIME_INCR’ redeclared
warning: h5py/api_types_hdf5.pxd:423:4: ‘H5D_SPACE_STATUS_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:424:4: ‘H5D_SPACE_STATUS_NOT_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:425:4: ‘H5D_SPACE_STATUS_PART_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:426:4: ‘H5D_SPACE_STATUS_ALLOCATED’ redeclared
warning: h5py/api_types_hdf5.pxd:429:4: ‘H5D_FILL_TIME_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:430:4: ‘H5D_FILL_TIME_ALLOC’ redeclared
warning: h5py/api_types_hdf5.pxd:431:4: ‘H5D_FILL_TIME_NEVER’ redeclared
warning: h5py/api_types_hdf5.pxd:432:4: ‘H5D_FILL_TIME_IFSET’ redeclared
warning: h5py/api_types_hdf5.pxd:435:4: ‘H5D_FILL_VALUE_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:436:4: ‘H5D_FILL_VALUE_UNDEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:437:4: ‘H5D_FILL_VALUE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:438:4: ‘H5D_FILL_VALUE_USER_DEFINED’ redeclared
warning: h5py/api_types_hdf5.pxd:447:4: ‘H5F_CLOSE_WEAK’ redeclared
warning: h5py/api_types_hdf5.pxd:448:4: ‘H5F_CLOSE_SEMI’ redeclared
warning: h5py/api_types_hdf5.pxd:449:4: ‘H5F_CLOSE_STRONG’ redeclared
warning: h5py/api_types_hdf5.pxd:450:4: ‘H5F_CLOSE_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:453:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/api_types_hdf5.pxd:454:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/api_types_hdf5.pxd:455:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/api_types_hdf5.pxd:456:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/api_types_hdf5.pxd:457:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/api_types_hdf5.pxd:458:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:459:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/api_types_hdf5.pxd:460:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/api_types_hdf5.pxd:461:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/api_types_hdf5.pxd:551:4: ‘H5T_CSET_ERROR’ redeclared
warning: h5py/api_types_hdf5.pxd:552:4: ‘H5T_CSET_ASCII’ redeclared
warning: h5py/api_types_hdf5.pxd:695:2: ‘H5Z_filter_t’ redeclared
warning: h5py/api_types_hdf5.pxd:730:6: ‘H5Z_ERROR_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:731:6: ‘H5Z_DISABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:732:6: ‘H5Z_ENABLE_EDC’ redeclared
warning: h5py/api_types_hdf5.pxd:733:6: ‘H5Z_NO_EDC’ redeclared
warning: h5py/h5fd.pxd:18:4: ‘H5FD_MEM_NOLIST’ redeclared
warning: h5py/h5fd.pxd:19:4: ‘H5FD_MEM_DEFAULT’ redeclared
warning: h5py/h5fd.pxd:20:4: ‘H5FD_MEM_SUPER’ redeclared
warning: h5py/h5fd.pxd:21:4: ‘H5FD_MEM_BTREE’ redeclared
warning: h5py/h5fd.pxd:22:4: ‘H5FD_MEM_DRAW’ redeclared
warning: h5py/h5fd.pxd:23:4: ‘H5FD_MEM_GHEAP’ redeclared
warning: h5py/h5fd.pxd:24:4: ‘H5FD_MEM_LHEAP’ redeclared
warning: h5py/h5fd.pxd:25:4: ‘H5FD_MEM_OHDR’ redeclared
warning: h5py/h5fd.pxd:26:4: ‘H5FD_MEM_NTYPES’ redeclared
warning: h5py/h5fd.pxd:31:8: ‘H5FD_CORE’ redeclared
warning: h5py/h5fd.pxd:32:8: ‘H5FD_FAMILY’ redeclared
warning: h5py/h5fd.pxd:34:8: ‘H5FD_LOG’ redeclared
warning: h5py/h5fd.pxd:35:8: ‘H5FD_MPIO’ redeclared
warning: h5py/h5fd.pxd:37:8: ‘H5FD_MULTI’ redeclared
warning: h5py/h5fd.pxd:38:8: ‘H5FD_SEC2’ redeclared
warning: h5py/h5fd.pxd:39:8: ‘H5FD_STDIO’ redeclared
warning: h5py/h5fd.pxd:44:6: ‘H5FD_LOG_LOC_READ’ redeclared
warning: h5py/h5fd.pxd:45:6: ‘H5FD_LOG_LOC_WRITE’ redeclared
warning: h5py/h5fd.pxd:46:6: ‘H5FD_LOG_LOC_SEEK’ redeclared
warning: h5py/h5fd.pxd:47:6: 'H5FD_LOG_LO