audiojs / audio-play

Play audio buffer in browser/node
MIT License
60 stars 14 forks source link

gyp ERR! #17

Open otse opened 5 years ago

otse commented 5 years ago

When I try to install this library with

npm i audio-play

Then

node-gyp rebuild gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.

derhuerst commented 5 years ago

Please make sure the python executable is installed and in your $PATH.