dllimport

ImportError: DLL load failed while importing _gdal: The specified module could not be found

ImportError: DLL load failed while importing _gdal: The specified module could not be found Question: I have a python script that previously worked but that now throws the error:ImportError: DLL load failed while importing _gdal: The specified module could not be found. I am trying to upload a shapefile using fiona and originally the message …

Total answers: 2

DLL load failed when importing PyQt5

DLL load failed when importing PyQt5 Question: I have installed PyQt5 on windows platform and and getting an importError: DLL load failed. I have installed pyqt5 using the command pip3 install pyqt5 Successfully installed pyqt5-5.8.1 My Python version is as follows: Python 3.5.2 |Anaconda custom (64-bit)| (default, Jul 5 2016, 11:41:13) [MSC v.1900 64 bit …

Total answers: 27