Error: spawn ENOENT
Closed this issue · 4 comments
lkurylo commented
I tried to download videos for the M101N course and I got the error:
Error: spawn ENOENT
at errnoException (child_process.js:1001:11)
at Process.ChildProcess._handle.onexit (child_process.js:792:34)
In one of the other issues here I have found that, the problem can be the missing python executable in the PATH, but it doesn't look that's the case this time:
C:\Users\lkurylo>python -V
Python 2.7.6
C:\Users\lkurylo>node -v
v0.10.31
Any other ideas?
przemyslawpluta commented
Can't replicate. Can you post entire output of mongo-edu
.
lkurylo commented
przemyslawpluta commented
mongo-edu
would complain if it could not find python
executable with:
Can't find Python executable python. Check if Python installed ... if so set the PYTHON env variable.
as it's not complaining in this case executable has been located. Try to reinstall python
.
lkurylo commented
Yes, now it works properly.
Thank you.