【问题标题】:Error while trying to install GDAL using pip and easy_install with Python2.7 on Ubuntu 12.10尝试在 Ubuntu 12.10 上使用 pip 和 easy_install 和 Python2.7 安装 GDAL 时出错
【发布时间】: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 时得到了这个。

【问题讨论】:

  • 请改写你的问题

标签: python ubuntu gdal


【解决方案1】:

试试这个:

sudo apt-get install python-gdal

【讨论】:

    【解决方案2】:

    试试这个:

    sudo add-apt-repository ppa:ubuntugis/ppa
    sudo apt-get update
    sudo apt-get install gdal
    

    Source

    【讨论】:

      猜你喜欢
      • 2013-04-04
      • 2016-09-12
      • 2014-08-21
      • 2018-01-31
      • 1970-01-01
      • 1970-01-01
      • 2013-06-26
      • 1970-01-01
      • 2017-10-20
      相关资源
      最近更新 更多