ubuntu下安装pandas出现 compile failed with error code 1 in /tmp/pip_build_hadoop/pandas

Posted bananaa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu下安装pandas出现 compile failed with error code 1 in /tmp/pip_build_hadoop/pandas相关的知识,希望对你有一定的参考价值。

查了一个下午都是好多红框框

  1. Python2和Python3版本冲突
  2. pip版本问题
    pip -V
  3. 更新
    sudo apt-get update
  4. sudo apt-get install python-dev
  5. 最后不知道是怎样安装上了,感觉是以下两个办法之一

    ‘‘‘ C++
        sudo easy_install -U setuptools  
    ‘‘‘
    
     ‘‘‘ C++
        sudo pip install --upgrade setuptools 
    ‘‘‘

(刚开始试了也不行,不知道为啥突然神奇的可以了。如果一遍不行,就运行两边,看到有个答案是说运行两边,具体原因没仔细了解)



以上是关于ubuntu下安装pandas出现 compile failed with error code 1 in /tmp/pip_build_hadoop/pandas的主要内容,如果未能解决你的问题,请参考以下文章

Ubuntu环境,qt creator中,出现Cannot run compiler 'g++' Maybe you forgot to setup the environment解决

Python 安装pandas库出现Could not import the lzma module

Linux 下安装QT出现The specified system/compiler is not supported错误

ubantu下安装pip,python,pycharm,numpy,scipy,matplotlibm,pandas 以及sklearn

mac下怎么装protobuf-c-compiler

web项目部署到云ubuntu出现 HTTP 500-Unable to compile class for JSP 错误 的解决