Spawning vpython results in ENOENT on Windows
See original GitHub issueEven though vpython
is in my process.env.Path
, it isn’t found until I pass in shell: true
on Windows.
I attached an example screenshot in git bash, but the same error occurs using cmd.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
spawn python ENOENT node.js in windows - Stack Overflow
When running the code on his windows machine it gives this stacktrace. events.js:174 throw er; // Unhandled 'error' event ^ Error: spawn python...
Read more >ENOENT error with now dev on Windows · Issue #2318 - GitHub
Running now dev results in an error saying Error: spawn yarn ENOENT Windows 10 Now ... I have a similar issue with a...
Read more >[Solved]-spawn python ENOENT node.js in windows-node.js
Hey i had a similar problem and this did the trick , it was fixed when i added pythonPath: 'python' : const {...
Read more >cross-spawn - npm
Node has issues when using spawn on Windows: It ignores PATHEXT; It does not support shebangs; Has problems running commands with spaces; Has ......
Read more >Changelog — Python 3.11.1 documentation
gh-98360: Fixes multiprocessing spawning child processes on Windows from a virtual environment to ensure that child processes that also use multiprocessing to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same issue, but unless I messed something up, applying the changes in that PR didn’t fix it:
actually it does change the behavior…this is before the fix:
I guess I’ll open a new issue…don’t know what the process is here.