Hi all, I am having trouble with GDAL for my Arches installation on Windows 10. I am experiencing similar results to a previous issue <https://groups.google.com/forum/#!searchin/archesproject/%22self._handle$20$3D$20_dlopen(self._name$2C$20mode)%22%7Csort:date/archesproject/HN26yv3K2d0/I50oCCWtAQAJ> however, I am not sure how to fix it.
I am at the part of the developer installation <https://arches.readthedocs.io/en/stable/creating-a-development-environment/#creating-a-development-environment> where I am creating a new package. I get this error on the command line: File "C:\Users\LGant\arches_clean\ENV\lib\site-packages\django\contrib\gis\gdal\libgdal.py" , line 49, in <module> lgdal = CDLL(lib_path) File "c:\python27\Lib\ctypes\__init__.py", line 362, in __init__ self._handle = _dlopen(self._name, mode) WindowsError: [Error 126] The specified module could not be found I confirmed that I downloaded and installed the 64 bit GDAL from this site <https://trac.osgeo.org/osgeo4w/> and set my settings_local.py to include the valid path: GDAL_LIBRARY_PATH = "c:/OSGeo4W64/bin/gdal204.dll" I am on branch 4.4.2 and am using 64-bit Python 2.7.13. I have reinstalled GDAL multiple times but am unable to bypass this error. Any assistance would be appreciated!! Thanks, Lindsey -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/archesproject/a6a0ddfb-599f-46af-b8f3-278b70b12fef%40googlegroups.com.
