Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/google-sheets/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 2.7 “命令”;python setup.py egg“u info”;安装时/tmp/pip install dxjZrU/pyproj/中出现错误代码1失败';地质标杆';_Python 2.7_Installation_Geopandas - Fatal编程技术网

Python 2.7 “命令”;python setup.py egg“u info”;安装时/tmp/pip install dxjZrU/pyproj/中出现错误代码1失败';地质标杆';

Python 2.7 “命令”;python setup.py egg“u info”;安装时/tmp/pip install dxjZrU/pyproj/中出现错误代码1失败';地质标杆';,python-2.7,installation,geopandas,Python 2.7,Installation,Geopandas,在进入主题之前,我的计算机信息: 操作系统:Debian jessie,Python版本:2.7 我需要为我正在进行的项目安装模块“geopandas”。问题是,当我尝试时,我收到以下错误: root@debian:~# pip install geopandas Collecting geopandas Using cached https://files.pythonhosted.org/packages/0a/0e/8ae74743ed7915ddb7d70cc8dfa8fc0b9b9

在进入主题之前,我的计算机信息:

操作系统:Debian jessie,Python版本:2.7

我需要为我正在进行的项目安装模块“geopandas”。问题是,当我尝试时,我收到以下错误:

root@debian:~# pip install geopandas
Collecting geopandas
  Using cached https://files.pythonhosted.org/packages/0a/0e/8ae74743ed7915ddb7d70cc8dfa8fc0b9b9cc81205c6e288a01915a46192/geopandas-0.3.0-py2.py3-none-any.whl
Collecting pyproj (from geopandas)
  Using cached https://files.pythonhosted.org/packages/29/72/5c1888c4948a0c7b736d10e0f0f69966e7c0874a660222ed0a2c2c6daa9f/pyproj-1.9.5.1.tar.gz
    Complete output from command python setup.py egg_info:
    unable to execute 'i586-linux-gnu-gcc': No such file or directory
    using bundled proj4..
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-dxjZrU/pyproj/setup.py", line 72, in <module>
        objects = cc.compile(['nad2bin.c', 'src/pj_malloc.c'])
      File "/usr/lib/python2.7/distutils/ccompiler.py", line 574, in compile
        self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
      File "/usr/lib/python2.7/distutils/unixccompiler.py", line 122, in _compile
        raise CompileError, msg
    distutils.errors.CompileError: command 'i586-linux-gnu-gcc' failed with exit status 1
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-dxjZrU/pyproj/
如果有人能帮我,我会非常高兴的

谢谢

Debian 8 Jessie,32位

“i586 linux gnu gcc”:没有这样的文件或目录

root@debian:~# pip install --upgrade setuptools
Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages (39.2.0)
# apt install g++ gfortran python-all-dev python-numpy libgdal-dev libgeos-dev python-matplotlib


# pip install geopandas
.
.
  Running setup.py install for munch

Successfully installed geopandas shapely pandas fiona descartes pyproj python-dateutil numpy cligj click-plugins munch enum34 click
Cleaning up...