当前位置:首页 > Python教程 > python技巧

Python pip 更新问题汇总

  • libxml/xmlversion.h: No such file or directory
            sudo apt-get install libxml2-dev libxslt1-dev
  • EnvironmentError: mysql_config not found
            sudo apt-get install libmysqlclient-dev
  • numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
            sudo apt-get install liblapack-dev libblas-dev texinfo libicu-dev 
  • __main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory
            sudo apt-get install libcurl4-openssl-dev
  • fatal error: sqlfront.h: No such file or directory
            sudo apt-get install freetds-dev 
  •  library dfftpack has Fortran sources but no Fortran compiler found
            sudo apt-get install gfortran

 

原文:http://www.cnblogs.com/leisurely/p/4582328.html


【说明】本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!