码迷,mamicode.com
首页 > 编程语言 > 详细

Python pip 更新问题汇总

时间:2015-06-17 09:25:14      阅读:325      评论:0      收藏:0      [点我收藏+]

标签:

  • 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

 

Python pip 更新问题汇总

标签:

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!