Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Windows build for 2.0.0-dev.23 broken #824

Closed
forman opened this issue Dec 17, 2018 · 2 comments
Closed

Windows build for 2.0.0-dev.23 broken #824

forman opened this issue Dec 17, 2018 · 2 comments
Assignees

Comments

@forman
Copy link
Member

forman commented Dec 17, 2018

Windows build is currently broken, see first occurence in AppVeyor build history https://ci.appveyor.com/project/ccitools/cate-core/builds/20724879

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.

@forman
Copy link
Member Author

forman commented Dec 18, 2018

As a consequence, Cate now uses Python 3.7.

@forman forman closed this as completed Dec 18, 2018
forman added a commit to CCI-Tools/cate-desktop that referenced this issue Dec 18, 2018
@forman forman changed the title Windows build broken Windows build dev.23 broken Dec 19, 2018
@forman forman changed the title Windows build dev.23 broken Windows build for 2.0.0-dev.23 broken Dec 19, 2018
@forman
Copy link
Member Author

forman commented Dec 19, 2018

see also conda-forge/geopandas-feedstock#46

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant