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
I got this error when importing ocgis (which imports osgeo)
>>> import ocgis
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/opt/conda/lib/python3.6/site-packages/ocgis/__init__.py", line 5, in <module>
import osgeo
File "/opt/conda/lib/python3.6/site-packages/osgeo/__init__.py", line 21, in <module>
_gdal = swig_import_helper()
File "/opt/conda/lib/python3.6/site-packages/osgeo/__init__.py", line 17, in swig_import_helper
_mod = imp.load_module('_gdal', fp, pathname, description)
File "/opt/conda/lib/python3.6/imp.py", line 243, in load_module
return load_dynamic(name, filename, file)
File "/opt/conda/lib/python3.6/imp.py", line 343, in load_dynamic
return _load(spec)
ImportError: libpoppler.so.71: cannot open shared object file: No such file or directory
Bummer. This is related to #485. Netcdf4-python refactored its time library and required a version pin for the last ocgis release. It's causing a bit of version heck now. Here's a workaround until we get this cleared up:
I got this error when importing
ocgis
(which importsosgeo
)Reproducible steps with Docker:
Looks the same as conda-forge/rasterio-feedstock#49 and GenericMappingTools/pygmt#104, but the fixes there do not work for me...
The text was updated successfully, but these errors were encountered: