fhs / pyhdf

Python wrapper around the NCSA HDF version 4 library

Home Page:https://pypi.org/project/pyhdf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rmclaw88 opened this issue · 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

I encountered the same problem, did you solve it?

commented

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

It is still showing the same error:

RuntimeError: Cannot find required HDF4 DLLs -- check LIBRARY_DIRS