question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Windows 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

屏幕截图(583) 屏幕截图(584) exthost.log

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Almenoncommented, Jan 3, 2021
1reaction
MisterAwesome23commented, Apr 20, 2020

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 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found