[QGIS-Developer] Import geopandas fails in OSGeo4W install

Anita Graser anitagraser at gmx.at
Wed Feb 26 12:03:10 PST 2020


Hi,

Importing pandas works fine but geopandas fails with DLL not found. It
affects both 3.10.3 and master

QGIS version
3.10.3-A Coruña
QGIS code revision
0b57cb7b51

QGIS version
3.13.0-Master
QGIS code revision
bb93dbcf13

import pandas
import geopandas
Traceback (most recent call last):
  File "C:\OSGEO4~1\apps\Python37\lib\code.py", line 90, in runcode
    exec(code, self.locals)
  File "<input>", line 1, in <module>
  File "C:/OSGEO4~1/apps/qgis-ltr-dev/./python\qgis\utils.py", line 744, in
_import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:\OSGEO4~1\apps\Python37\lib\site-packages\geopandas\__init__.py",
line 1, in <module>
    from geopandas.geoseries import GeoSeries
  File "C:/OSGEO4~1/apps/qgis-ltr-dev/./python\qgis\utils.py", line 744, in
_import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File
"C:\OSGEO4~1\apps\Python37\lib\site-packages\geopandas\geoseries.py", line
6, in <module>
    import pyproj
  File "C:/OSGEO4~1/apps/qgis-ltr-dev/./python\qgis\utils.py", line 744, in
_import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "C:\OSGEO4~1\apps\Python37\lib\site-packages\pyproj\__init__.py",
line 70, in <module>
    from pyproj import _datadir
  File "C:/OSGEO4~1/apps/qgis-ltr-dev/./python\qgis\utils.py", line 744, in
_import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: DLL load failed: The specified module could not be found.


Should I open a ticket?

Regards,
Anita
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20200226/6fc159b2/attachment.html>


More information about the QGIS-Developer mailing list