pyhdf icon indicating copy to clipboard operation
pyhdf copied to clipboard

Installation Error (RuntimeError: Cannot find required HDF4 DLLs -- check LIBRARY_DIRS)

Open rmclaw88 opened this issue 4 years ago • 3 comments

-I am trying to install PYHDF on my machine but keep running into a runtime error.

pyhdf version: none HDF4 C library version: none Python version: 3.8 OS: Windows 10 Home

Tried to install the pyhdf setup, used pycharms quick installation menu, used the python setup file. No luck.

I keep getting the - RuntimeError: Cannot find required HDF4 DLLs -- check LIBRARY_DIRS

rmclaw88 avatar Mar 09 '20 13:03 rmclaw88

I encountered the same problem, did you solve it?

sabl-bot avatar Apr 01 '20 13:04 sabl-bot

@sabl-bot @rmclaw88 I think I fixed this issue with #40 ; it's an embarrassingly small fix (add one character to setup.py), but it hopefully will get merged so that you don't have to manually edit the setup.py file...

espg avatar Apr 07 '20 18:04 espg

It is still showing the same error:

RuntimeError: Cannot find required HDF4 DLLs -- check LIBRARY_DIRS

swarnava-sr avatar Apr 08 '20 11:04 swarnava-sr