jpillora / node-edit-google-spreadsheet

A simple API for editing Google Spreadsheets
304 stars 101 forks source link

Error installing npm #65

Closed samperlmutter closed 9 years ago

samperlmutter commented 9 years ago

When I try to install the npm with npm install edit-google-spreadsheet in my root directory I get this error. I am using Windows 8.1 and Atom to write the code.Has anyone else had this problem and found a solution?

sey commented 9 years ago

The error message tells you what you need to do. You are missing the python executable. So you need to download Python if you don't have it already. Then you install it and set the PYTHON variable to the path of the Python.exe file. Next time, please use Google. The first link is a Stackoverflow post with the exact same error back in 2013. On the Internet, you are almost never alone ;-).

jpillora commented 9 years ago

Thanks @sey