Python GDAL:pip install --no-install GDAL失败 [英] Python GDAL: pip install --no-install GDAL fails

查看:122
本文介绍了Python GDAL:pip install --no-install GDAL失败的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试基于各种但是下载本身已经失败:

However the download itself already fails:

$ pip install --no-install GDAL

这是pip.log

------------------------------------------------------------
/Users/test/venv/bin/pip run on Sun Jun  2 15:35:15 2013
Downloading/unpacking GDAL

  Running setup.py egg_info for package GDAL

    running egg_info
    writing pip-egg-info/GDAL.egg-info/PKG-INFO
    writing top-level names to pip-egg-info/GDAL.egg-info/top_level.txt
    writing dependency_links to pip-egg-info/GDAL.egg-info/dependency_links.txt
    warning: manifest_maker: standard file '-c' not found


    Traceback (most recent call last):

      File "<string>", line 16, in <module>

      File "/Users/test/venv/build/GDAL/setup.py", line 267, in <module>

        ext_modules = ext_modules )

      File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup

        dist.run_commands()

      File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands

        self.run_command(cmd)

      File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command

        cmd_obj.run()

      File "<string>", line 14, in replacement_run

      File "/Users/test/venv/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/egg_info.py", line 259, in find_sources

        mm.run()

      File "/Users/test/venv/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/egg_info.py", line 325, in run

        self.add_defaults()

      File "/Users/test/venv/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/egg_info.py", line 361, in add_defaults

        sdist.add_defaults(self)

      File "/Users/test/venv/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/sdist.py", line 211, in add_defaults

        build_ext = self.get_finalized_command('build_ext')

      File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 312, in get_finalized_command

        cmd_obj.ensure_finalized()

      File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized

        self.finalize_options()

      File "/Users/test/venv/build/GDAL/setup.py", line 164, in finalize_options

        self.gdaldir = self.get_gdal_config('prefix')

      File "/Users/test/venv/build/GDAL/setup.py", line 144, in get_gdal_config

        return fetch_config(option)

      File "/Users/test/venv/build/GDAL/setup.py", line 97, in fetch_config

        raise gdal_config_error, e""")

      File "<string>", line 4, in <module>

    __main__.gdal_config_error: [Errno 2] No such file or directory

    Complete output from command python setup.py egg_info:

    running egg_info

writing pip-egg-info/GDAL.egg-info/PKG-INFO

writing top-level names to pip-egg-info/GDAL.egg-info/top_level.txt

writing dependency_links to pip-egg-info/GDAL.egg-info/dependency_links.txt

warning: manifest_maker: standard file '-c' not found



Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "/Users/test/venv/build/GDAL/setup.py", line 267, in <module>

    ext_modules = ext_modules )

  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup

    dist.run_commands()

  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands

    self.run_command(cmd)

  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command

    cmd_obj.run()

  File "<string>", line 14, in replacement_run

  File "/Users/test/venv/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/egg_info.py", line 259, in find_sources

    mm.run()

  File "/Users/test/venv/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/egg_info.py", line 325, in run

    self.add_defaults()

  File "/Users/test/venv/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/egg_info.py", line 361, in add_defaults

    sdist.add_defaults(self)

  File "/Users/test/venv/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/setuptools/command/sdist.py", line 211, in add_defaults

    build_ext = self.get_finalized_command('build_ext')

  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 312, in get_finalized_command

    cmd_obj.ensure_finalized()

  File "/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized

    self.finalize_options()

  File "/Users/test/venv/build/GDAL/setup.py", line 164, in finalize_options

    self.gdaldir = self.get_gdal_config('prefix')

  File "/Users/test/venv/build/GDAL/setup.py", line 144, in get_gdal_config

    return fetch_config(option)

  File "/Users/test/venv/build/GDAL/setup.py", line 97, in fetch_config

    raise gdal_config_error, e""")

  File "<string>", line 4, in <module>

__main__.gdal_config_error: [Errno 2] No such file or directory

----------------------------------------

Command python setup.py egg_info failed with error code 1 in /Users/test/venv/build/GDAL

Exception information:
Traceback (most recent call last):
  File "/Users/test/venv/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/basecommand.py", line 139, in main
    status = self.run(options, args)
  File "/Users/test/venv/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/commands/install.py", line 266, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/Users/test/venv/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/req.py", line 1057, in prepare_files
    req_to_install.run_egg_info()
  File "/Users/test/venv/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/req.py", line 236, in run_egg_info
    command_desc='python setup.py egg_info')
  File "/Users/test/venv/lib/python2.7/site-packages/pip-1.3.1-py2.7.egg/pip/util.py", line 662, in call_subprocess
    % (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 1 in /Users/test/venv/build/GDAL

我想念什么?

推荐答案

该问题的解决方法是

  1. GDAL完整下载 GDAL完成 ://www.kyngchaos.com/software/frameworks"rel =" noreferrer>此网站
  2. 安装GDAL Complete.pkg
  3. 转到/Library/Frameworks/GDAL.framework/Versions/1.10/并复制其中的所有文件
  4. 转到虚拟环境的sites-packages /venv/lib/python2.7/site-packages,然后将复制的文件粘贴到其中
  1. Download GDAL Complete from this site
  2. Install GDAL Complete.pkg
  3. Go to /Library/Frameworks/GDAL.framework/Versions/1.10/ and copy all files in there
  4. Go to your virtual environment's sites-packages /venv/lib/python2.7/site-packages and paste the copied files in there

这篇关于Python GDAL:pip install --no-install GDAL失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆