You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.
cate\core\types.py:44: in <module>
import geopandas
C:\Miniconda36-x64\envs\cate-env\lib\site-packages\geopandas\__init__.py:4: in <module>
from geopandas.io.file import read_file
C:\Miniconda36-x64\envs\cate-env\lib\site-packages\geopandas\io\file.py:3: in <module>
import fiona
C:\Miniconda36-x64\envs\cate-env\lib\site-packages\fiona\__init__.py:83: in <module>
from fiona.collection import BytesCollection, Collection
C:\Miniconda36-x64\envs\cate-env\lib\site-packages\fiona\collection.py:9: in <module>
from fiona.ogrext import Iterator, ItemsIterator, KeysIterator
E ImportError: DLL load failed: The specified module could not be found.
Seems to be (again) a problem in the geopandas, fiona, gdal dependency chain as reported in so many places. See also Toblerity/Fiona#402.
The text was updated successfully, but these errors were encountered:
Windows build is currently broken, see first occurence in AppVeyor build history https://ci.appveyor.com/project/ccitools/cate-core/builds/20724879
Seems to be (again) a problem in the geopandas, fiona, gdal dependency chain as reported in so many places. See also Toblerity/Fiona#402.
The text was updated successfully, but these errors were encountered: