You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to install netCDF4-python in Ubuntu. I tried following commands in terminal for netCDF4
python setup.py install
HDF5_DIR environment variable not set, checking some standard locations ..,
checking /home/keshri ...
checking /usr/local ...
checking /sw ...
checking /opt ...
checking /opt/local ...
checking /usr ...
Traceback (most recent call last):
File "setup.py", line 47, in
raise ValueError('did not find HDF5 headers and libraries')
ValueError: did not find HDF5 headers and libraries
Anyone help me how to solve this error?
The text was updated successfully, but these errors were encountered:
I am trying to install netCDF4-python in Ubuntu. I tried following commands in terminal for netCDF4
python setup.py install
HDF5_DIR environment variable not set, checking some standard locations ..,
checking /home/keshri ...
checking /usr/local ...
checking /sw ...
checking /opt ...
checking /opt/local ...
checking /usr ...
Traceback (most recent call last):
File "setup.py", line 47, in
raise ValueError('did not find HDF5 headers and libraries')
ValueError: did not find HDF5 headers and libraries
Anyone help me how to solve this error?
The text was updated successfully, but these errors were encountered: