gdal:库未加载原因:没有找到图像


➜  ishan git:(master) ✗ ogr2ogr -f GPKG ./testgpkg.gpkg combining_elevation_coastline_data.csv -oo X_POSSIBLE_NAMES=x -oo Y_POSSIBLE_NAMES=y -a_srs 'EPSG:4326'
dyld: Library not loaded: @rpath/libpoppler.91.dylib
Referenced from: /Users/ishansrivastava/miniconda/lib/libgdal.26.dylib
Reason: image not found
[1]    94711 abort      ogr2ogr -f GPKG ./testgpkg.gpkg combining_elevation_coastline_data.csv -oo   

我正在尝试将csv文件转换为地质包文件

things I tried:

1。

brew update
brew upgrade
brew cleanup
  • 重新安装xcode命令行工具

    3。https://stackoverflow.com/a/50261326/7806805

    4。https://stackoverflow.com/a/17704255/7806805

    error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool-classic: can't open file: exefile (No such file or directory)
    
  • https://stackoverflow.com/a/62011143/7806805

    结果:

    conda update -c rdonnellyr -c main --all
    

    相关内容

    • 没有找到相关文章

    最新更新