fhs / pyhdf

Python wrapper around the NCSA HDF version 4 library
https://pypi.org/project/pyhdf/
Other
46 stars 16 forks source link

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

Open rmclaw88 opened 4 years ago

rmclaw88 commented 4 years ago

-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

sabl-bot commented 4 years ago

I encountered the same problem, did you solve it?

espg commented 4 years ago

@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...

swarnava-sr commented 4 years ago

It is still showing the same error:

RuntimeError: Cannot find required HDF4 DLLs -- check LIBRARY_DIRS