解決方案是在系統中找到GDAL版本,並指示pip安裝相關的python軟件包版本。以我的情況(Ubuntu 14.04)均為10.0,因此它有所幫助 $ pip install GDAL==10.0 ...
確定! 回上一頁