YAD2K icon indicating copy to clipboard operation
YAD2K copied to clipboard

"pi@raspberrypi:~/yad2k $ pip install numpy h5py pillow" has these errors

Open VictorTagayun opened this issue 5 years ago • 0 comments

  /home/pi/.local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
   #warning "Using deprecated NumPy API, disable it by " \
    ^~~~~~~
  In file included from /tmp/pip-build-g9HLUV/h5py/h5py/defs.c:654:0:
  /tmp/pip-build-g9HLUV/h5py/h5py/api_compat.h:27:18: fatal error: hdf5.h: No such file or directory
   #include "hdf5.h"
                    ^
  compilation terminated.
  error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1

  ----------------------------------------
  Failed building wheel for h5py
running build_ext

 The headers or library files could not be found for jpeg,
 a required dependency when compiling Pillow from source.

 Please see the install instructions at:
    https://pillow.readthedocs.io/en/latest/installation.html

 Traceback (most recent call last):
   File "<string>", line 1, in <module>
   File "/tmp/pip-build-g9HLUV/pillow/setup.py", line 814, in <module>
     raise RequiredDependencyException(msg)
 __main__.RequiredDependencyException:

 The headers or library files could not be found for jpeg,
 a required dependency when compiling Pillow from source.

 Please see the install instructions at:
    https://pillow.readthedocs.io/en/latest/installation.html

 ----------------------------------------
 Failed building wheel for pillow
 Running setup.py clean for pillow
Failed to build h5py pillow
In file included from /home/pi/.local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1821:0,
                     from /home/pi/.local/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:18,
                     from /home/pi/.local/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,
                     from /tmp/pip-build-g9HLUV/h5py/h5py/api_compat.h:26,
                     from /tmp/pip-build-g9HLUV/h5py/h5py/defs.c:654:
    /home/pi/.local/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
     #warning "Using deprecated NumPy API, disable it by " \
      ^~~~~~~
    In file included from /tmp/pip-build-g9HLUV/h5py/h5py/defs.c:654:0:
    /tmp/pip-build-g9HLUV/h5py/h5py/api_compat.h:27:18: fatal error: hdf5.h: No such file or directory
     #include "hdf5.h"
                      ^
    compilation terminated.
    error: command 'arm-linux-gnueabihf-gcc' failed with exit status 1

    ----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-g9HLUV/h5py/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-CR0wlk-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-g9HLUV/h5py/

VictorTagayun avatar Nov 16 '18 16:11 VictorTagayun