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
Issue:
If I create an environment with both eccodes and gdal the latter does not work due to a missing reference to libpoppler. To replicate the error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/matteodefelice/miniconda2/envs/TEST_ECCODES/lib/python3.6/site-packages/gdal.py", line 2, in <module>
from osgeo.gdal import deprecation_warn
File "/Users/matteodefelice/miniconda2/envs/TEST_ECCODES/lib/python3.6/site-packages/osgeo/__init__.py", line 21, in <module>
_gdal = swig_import_helper()
File "/Users/matteodefelice/miniconda2/envs/TEST_ECCODES/lib/python3.6/site-packages/osgeo/__init__.py", line 17, in swig_import_helper
_mod = imp.load_module('_gdal', fp, pathname, description)
File "/Users/matteodefelice/miniconda2/envs/TEST_ECCODES/lib/python3.6/imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "/Users/matteodefelice/miniconda2/envs/TEST_ECCODES/lib/python3.6/imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: dlopen(/Users/matteodefelice/miniconda2/envs/TEST_ECCODES/lib/python3.6/site-packages/osgeo/_gdal.cpython-36m-darwin.so, 2): Library not loaded: @rpath/libpoppler.76.dylib
Referenced from: /Users/matteodefelice/miniconda2/envs/TEST_ECCODES/lib/libgdal.20.dylib
Reason: image not found
Issue:
If I create an environment with both
eccodes
andgdal
the latter does not work due to a missing reference tolibpoppler
. To replicate the error:Create the conda environment:
conda create -n TEST_ECCODES python=3.6 eccodes gdal
Activate it:
conda activate TEST_ECCODES
And now:
python -c "import gdal"
Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: