<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello,<div><br></div><div>I can't import geopandas due to it's dependency on Fiona which has the following import error:   </div><div><div><br></div><div>{{{File "<stdin>", line 1, in <module></div><div>  File "C:\OSGeo4W64\apps\Python37\lib\site-packages\fiona\__init__.py", line 84, in <module></div><div>    from fiona.collection import BytesCollection, Collection</div><div>  File "C:\OSGeo4W64\apps\Python37\lib\site-packages\fiona\collection.py", line 9, in <module></div><div>    from fiona.ogrext import Iterator, ItemsIterator, KeysIterator</div><div>ImportError: DLL load failed: The specified module could not be found.}}}</div></div><div><br></div><div>After reviewing the osgeo4w-dev archives for the last few months I saw that there were issues with fiona and rasterio so I tried importing rasterio and I got the following error:</div><div><br></div><div><div>{{{Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div><div>  File "C:\OSGeo4W64\apps\Python37\lib\site-packages\rasterio\__init__.py", line 22, in <module></div><div>    from rasterio._base import gdal_version</div><div>ImportError: DLL load failed: The specified module could not be found.}}}</div></div><div><br></div><div>I then tried to import gdal with {{{ import gdal }}} and {{{ from osgeo import gdal }}} I got the following error:</div><div><br></div><div>{{{Traceback (most recent call last):</div><div>  File "C:\OSGeo4W64\apps\Python37\lib\site-packages\osgeo\__init__.py", line 18, in swig_import_helper</div><div>    return importlib.import_module(mname)</div><div>  File "C:\OSGeo4W64\apps\Python37\lib\importlib\__init__.py", line 127, in import_module</div><div>    return _bootstrap._gcd_import(name[level:], package, level)</div><div>  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import</div><div>  File "<frozen importlib._bootstrap>", line 983, in _find_and_load</div><div>  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked</div><div>  File "<frozen importlib._bootstrap>", line 670, in _load_unlocked</div><div>  File "<frozen importlib._bootstrap>", line 583, in module_from_spec</div><div>  File "<frozen importlib._bootstrap_external>", line 1043, in create_module</div><div>  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed</div><div>ImportError: DLL load failed: The specified module could not be found.</div><div><br></div><div>During handling of the above exception, another exception occurred:</div><div><br></div><div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div><div>  File "C:\OSGeo4W64\apps\Python37\lib\site-packages\gdal.py", line 2, in <module></div><div>    from osgeo.gdal import deprecation_warn</div><div>  File "C:\OSGeo4W64\apps\Python37\lib\site-packages\osgeo\__init__.py", line 32, in <module></div><div>    _gdal = swig_import_helper()</div><div>  File "C:\OSGeo4W64\apps\Python37\lib\site-packages\osgeo\__init__.py", line 31, in swig_import_helper</div><div>    return importlib.import_module('_gdal')</div><div>  File "C:\OSGeo4W64\apps\Python37\lib\importlib\__init__.py", line 127, in import_module</div><div>    return _bootstrap._gcd_import(name[level:], package, level)</div><div>ModuleNotFoundError: No module named '_gdal' }}}</div><div><br></div><div>Any help would be appreciated.</div><div><br></div><div>Thank you in advance,</div><div><br></div><div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Ross Conner</div><div>403-612-4468<br></div></div></div></div></div></div></div></div></div></div>