Open
Description
I have been unable to install ccGrains on MAC with Python 3.7.2
Here are the steps I am following:
git clone https://github.com/probstj/ccgains.git
cd ccgains
pip3 install .
I get the this error:
* USE_PKGCONFIG: False
.. ERROR:: Could not find a local HDF5 installation.
You may need to explicitly state where your local HDF5 headers and
library can be found by setting the ``HDF5_DIR`` environment
variable or by using the ``--hdf5`` command-line option.
Looks like an error in installing the required 'tables' module.
I have tried to set the HDF5_DIR env variable, using --hdf5, and brew install hdf5
But nothing helped in fixing this issue. Any ideas?
Metadata
Metadata
Assignees
Labels
No labels