“from pyhdf.SD import SD, SDC” raises “ImportError: No module named ‘_hdfext'” and no one seems to know where “_hdfext” is
My system is Windows and Python3.
I’d like to import pyhdf.SD, and I can import pyhdf
successfully.
However, when I run from pyhdf.SD import SD, SDC
, it raises