【发布时间】:2023-04-04 14:50:01
【问题描述】:
我的错误是
__main__.gdal_config_error: [Errno 2] No such file or directory
我在 Ubuntu 12.10 上尝试使用 pip 和 easy_install 和 Python2.7 安装 GDAL 时得到了这个。
【问题讨论】:
-
请改写你的问题
我的错误是
__main__.gdal_config_error: [Errno 2] No such file or directory
我在 Ubuntu 12.10 上尝试使用 pip 和 easy_install 和 Python2.7 安装 GDAL 时得到了这个。
【问题讨论】:
试试这个:
sudo apt-get install python-gdal
【讨论】:
试试这个:
sudo add-apt-repository ppa:ubuntugis/ppa
sudo apt-get update
sudo apt-get install gdal
【讨论】: