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

npm install 时遇到的 python 问题

时间:2014-10-21 23:21:37      阅读:776      评论:0      收藏:0      [点我收藏+]

标签:style   io   ar   sp   on   问题   amp   ad   bs   

gyp ERR! configure error
gyp ERR! stack Error: Python executable "python" is v2.4.3, which is not supported by gyp.gyp ERR! stack You can pass the --python switch to point to Python >= v2.5.0 & < 3.0.0.gyp ERR! stack     at failPythonVersion (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:125:14)gyp ERR! stack     at /usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:114:9


解决,安装多个版本的python

设定一个符合的一个版本

You can use --python option to npm like so:

npm install --python=python2.7

or set it to be used always:

npm config set python python2.7

Npm will in turn pass this option to node-gyp when needed.

(note: I‘m the one who opened an issue on Github to have this included in the docs, as there were so many questions about it ;-) )


npm install 时遇到的 python 问题

标签:style   io   ar   sp   on   问题   amp   ad   bs   

原文地址:http://my.oschina.net/homeemail/blog/335961

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