首页 > 编程语言 > 详细

Python pip 更新问题汇总

时间:2015-06-17 09:22:55      阅读:279      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!