简体   繁体   English

GDAL 安装错误“错误:命令‘x86_64-linux-gnu-gcc’失败,退出状态为 1”

[英]GDAL installation error "error: command 'x86_64-linux-gnu-gcc' failed with exit status 1"

I'm trying to install GDAL with python.But it failed with error.我正在尝试使用 python 安装 GDAL。但它因错误而失败。

The command I use is pip install GDAL .我使用的命令是pip install GDAL

  x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include -c extensions/gdal_wrap.cpp -o build/temp.linux-x86_64-2.7/extensions/gdal_wrap.o -std=c++11 -I/usr/include/gdal
  extensions/gdal_wrap.cpp:3177:27: fatal error: cpl_vsi_error.h: No such file or directory
  compilation terminated.
  error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

and


  ----------------------------------------
  Failed building wheel for GDAL
  Running setup.py clean for GDAL
Failed to build GDAL
Installing collected packages: GDAL
  Running setup.py install for GDAL ... error
    Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_spRXy/GDAL/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-NxpUaO-record/install-record.txt --single-version-externally-managed --compile:
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-2.7
    copying gdal.py -> build/lib.linux-x86_64-2.7
    ...
    creating build/temp.linux-x86_64-2.7/extensions
    x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I../../port -I../../gcore -I../../alg -I../../ogr/ -I../../ogr/ogrsf_frmts -I../../gnm -I../../apps -I/usr/include/python2.7 -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include -c extensions/gdal_wrap.cpp -o build/temp.linux-x86_64-2.7/extensions/gdal_wrap.o -std=c++11 -I/usr/include/gdal
    extensions/gdal_wrap.cpp:3177:27: fatal error: cpl_vsi_error.h: No such file or directory
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

    ----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_spRXy/GDAL/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-NxpUaO-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-_spRXy/GDAL/

I've already tried sudo apt-get install build-essential , but stil the same error occurs.我已经尝试过sudo apt-get install build-essential ,但仍然出现相同的错误。

Here is the answer I found that worked:这是我发现有效的答案:

"you might have to change the gdal version to the version installed on your host. So I had to do this since I have gdal==1.11.2 on my host:" “您可能必须将 gdal 版本更改为主机上安装的版本。所以我必须这样做,因为我的主机上有 gdal==1.11.2:”

pip install gdal==1.11.2 --global-option=build_ext --global-option="-I/usr/include/gdal/"

Where the 1.11.2 should be updated to your gdal_version, which can be found in the line # define GDAL_RELEASE_NAME of the /usr/include/gdal/gdal_version.h file (at least on my system running Kubuntu). 1.11.2 应该更新到你的 gdal_version,它可以在/usr/include/gdal/gdal_version.h文件的# define GDAL_RELEASE_NAME行中找到(至少在我运行 Kubuntu 的系统上)。

Link to original github page with this answer from Basaks, mentioned in the comment above by Craicerjack.链接到带有来自 Basaks 的这个答案的原始github 页面,在 Craicerjack 上面的评论中提到。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Oursql 安装:错误:命令“x86_64-linux-gnu-gcc”失败,退出状态为 1 - Oursql install : error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 Ubuntu Cython 编译错误:命令“x86_64-linux-gnu-gcc”失败,退出状态为 1 - Ubuntu Cython compilation error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 如何修复错误:命令“x86_64-linux-gnu-gcc”失败,退出状态为 1 - How to fix error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 错误:命令“x86_64-linux-gnu-gcc”在安装 pygsr、pyaudio 时失败,退出状态为 1 - error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 while installing pygsr,pyaudio pip 安装 reportlab 错误:命令 'x86_64-linux-gnu-gcc' 失败,退出状态为 1 - pip install reportlab error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 lxml:错误:命令'x86_64-linux-gnu-gcc'失败,退出状态为1 - lxml: error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 错误:命令“ x86_64-linux-gnu-gcc”失败,退出状态为4 - error: command 'x86_64-linux-gnu-gcc' failed with exit status 4 安装脚本退出并出现错误:命令“x86_64-linux-gnu-gcc”失败,退出状态为 1 - setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 错误:命令“x86_64-linux-gnu-gcc”失败,退出状态为 1,错误:mysqlclient 构建轮失败 - error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 and ERROR: Failed building wheel for mysqlclient 致命错误:Python.h:没有此类文件或目录错误:命令“ x86_64-linux-gnu-gcc”失败,退出状态为1 - fatal error: Python.h: No such file or directory error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM