I get python errors with installing pre-requisites onto a node.js project -
i installing packages needed in node.js project downloaded , getting ton of errors have no idea how resolve them. seems involved getting python run. have both 2.7 , 3.3 on computer.
here images of errors
the issue python 2.7 either not on path
or else after python 3.3. can solve problem either:
- passing path python 2.7 using
--python
flag (as states in error) or - by adding path python 2.7 (c:\python27, likely)
path
(or moving before c:\python33 in list).
Comments
Post a Comment