PATH ENOENT
See original GitHub issueWindows 8.1 64bit Python 3.7 64bit & 3.6 64bit (both couldn’t be recognized by extension, the same error below)
Error in the AREPL extension!
Error running python with command: C:\Users\0.0\AppData\Local\Programs\Python\Python37 -u c:\Users\0.0\.vscode\extensions\almenon.arepl-1.0.15\node_modules\arepl-backend\python\pythonEvaluator.py
Error: spawn C:\Users\0.0\AppData\Local\Programs\Python\Python37 ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:232:19)
at onErrorNT (internal/child_process.js:407:16)
at process._tickCallback (internal/process/next_tick.js:63:19)
Are you sure you have installed python 3 and it is in your PATH?
You can download python here: https://www.python.org/downloads/
I’m pretty sure that I have installed python3.7.3 in the path C:\Users\0.0\AppData\Local\Programs\Python\Python37
Issue Analytics
- State:
- Created 4 years ago
- Comments:16 (8 by maintainers)
Top Results From Across the Web
How to resolve Nodejs: Error: ENOENT: no such file or ...
cwd() in the script you are trying to read the json file. I just changed the the path to: const fs = require('fs');...
Read more >How To Fix the “Enoent” Error?
The “enoent” can appear because of some missing files or usage of the relative path that can be solved by creating an expected...
Read more >ENOENT No Such File or Directory Open - YouTube
In This Video We Will See How to Fix npm ERR Code ENOENT npm ERR syscall Open Error or ENOENT No Such File...
Read more >ENOENT AppBundle path · Issue #17794 · expo/expo
Summary So, on Android, for some reason the path of the AppBundle file that it is trying to fetch, is relative, instead of...
Read more >Package Manager: ENOENT: no such file or directory, mkdir
Description* Attempting to create or open a project when there is a quote in the project path/name or in the UPM cache path...
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
@Habibu-R-ahman that’s “python preview” - see https://marketplace.visualstudio.com/items?itemName=dongli.python-preview
Note that it’s based off of http://pythontutor.com
Oh thanks for this.
I was having trouble setting “arepl.pythonpath” for VSCode.
Turn out we can simply navigate to VSCode>Settings> “search for arepl.pythonpath”
It then highlights the config section of arepl where I simply typed “python” and it worked. Thank you 😃