Landsat-Classification-Using-Convolution-Neural-Network
Landsat-Classification-Using-Convolution-Neural-Network copied to clipboard
Unable to import pyrsgis and h5py - DLL load error
Hello,
I am trying to following this tutorial. I used (through miniconda) python 3.7.4, gdal 3.0.2, tensorflor 2.00, pyrsgis 0.3.9, scikit-learn=0.22.1 numpy=1.17
I get to the stage when the model is saved, where I get a message that h5py must be imported. I import this, and then I get an error message that "ImportError: DLL load failed: The specified procedure could not be found."
If I import h5py first it is fine, but I get the error on pyrsgis. If I import pyrsgis first I get the error on h5py.
Is there any solution for this?
Thanks