csepulv / electron-with-create-react-app

Sample Electron application using create-react-app
MIT License
831 stars 217 forks source link

Throwing errors with Python 3.x #20

Closed nuthinking closed 4 years ago

nuthinking commented 6 years ago

node-pre-gyp verb command build [ 'rebuild' ]
gyp ERR! configure error 
gyp ERR! stack Error: Python executable "/usr/local/bin/python" is v3.6.4, 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.```
nuthinking commented 6 years ago

I guess these errors can be ignored. Still sad.

csepulv commented 6 years ago

Did you try the recommendation in the issue you noted?