DHI / terracotta

A light-weight, versatile XYZ tile server, built with Flask and Rasterio :earth_africa:

Home Page:https://terracotta-python.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI on macOS fails with something possibly related to rasterio/GDAL

nickeopti opened this issue · comments

There seems to be a problem with our CI tests on macOS. The following error occurs:

tests/conftest.py:13: in <module>
    import rasterio
/usr/local/miniconda/envs/terracotta/lib/python3.7/site-packages/rasterio/__init__.py:9: in <module>
    from rasterio._base import gdal_version
E   ImportError: dlopen(/usr/local/miniconda/envs/terracotta/lib/python3.7/site-packages/rasterio/_base.cpython-37m-darwin.so, 2): Library not loaded: @rpath/libfontconfig.1.dylib
E     Referenced from: /usr/local/miniconda/envs/terracotta/lib/libpoppler.117.0.0.dylib
E     Reason: Incompatible library version: libpoppler.117.dylib requires version 14.0.0 or later, but libfontconfig.1.dylib provides version 13.0.0
Error: Process completed with exit code 4.

which seems unrelated to any code changes.

I just noticed it -- I have not looked into it yet.

Looks like something is broken in conda-forge. Let's wait a couple of days to let it sort itself out.