arq5x / poretools

a toolkit for working with Oxford nanopore data
MIT License
239 stars 90 forks source link

The problem of installation of poretools #164

Open BurinkiWU opened 6 years ago

BurinkiWU commented 6 years ago

When I install the poretools on Linux, the terminal show that: /home/wzq/miniconda2/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/easy_install-Z66oPu/h5py-2.7.1/h5py/defs.c:569:0: /tmp/easy_install-Z66oPu/h5py-2.7.1/h5py/api_compat.h:27:18: fatal error: hdf5.h: no such files or directory compilation terminated. error: Setup script exited with error: command 'gcc' failed with exit status 1

How could I finish my installation?

Thx.