Sannis / node-mysql-libmysqlclient

Asynchronous MySQL binding for Node.js
http://sannis.github.com/node-mysql-libmysqlclient
Other
229 stars 47 forks source link

Error: Python executable "python" is v3.4.2, which is not supported by gyp. #187

Closed IAbstract closed 9 years ago

IAbstract commented 9 years ago

Hi, Apparently node-gyp requires a version of Python earlier than what I have installed. I can install an earlier version to get around this problem.

Is this something you can fix so that users don't have to install earlier versions of Python to work around?

Thanks, David Boarman

Sannis commented 9 years ago

Hi David!

I think this is mostly Node.js issue, not any binary addon.