Created
February 4, 2018 23:46
-
-
Save jebyrnes/61c2a836564e3ccc2f43d6c2eb49bbc5 to your computer and use it in GitHub Desktop.
odd gdal error running polygonizer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/local/bin/gdal_polygonize.py", line 36, in <module> | |
import gdal, ogr, osr | |
File "/Library/Frameworks/GDAL.framework/Versions/1.11/Python/2.7/site-packages/gdal.py", line 2, in <module> | |
from osgeo.gdal import deprecation_warn | |
File "/Library/Frameworks/GDAL.framework/Versions/1.11/Python/2.7/site-packages/osgeo/__init__.py", line 21, in <module> | |
_gdal = swig_import_helper() | |
File "/Library/Frameworks/GDAL.framework/Versions/1.11/Python/2.7/site-packages/osgeo/__init__.py", line 17, in swig_import_helper | |
_mod = imp.load_module('_gdal', fp, pathname, description) | |
ImportError: dlopen(/Library/Frameworks/GDAL.framework/Versions/1.11/Python/2.7/site-packages/osgeo/_gdal.so, 2): Symbol not found: _GTIFAllocDefn | |
Referenced from: /Library/Frameworks/GDAL.framework/Versions/1.11/GDAL | |
Expected in: /Library/Frameworks/UnixImageIO.framework/Versions/E/UnixImageIO | |
in /Library/Frameworks/GDAL.framework/Versions/1.11/GDAL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment