Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Why did this happen whenever I opened a python file #311

Open
guzy0324 opened this issue Nov 21, 2020 · 1 comment
Open

Why did this happen whenever I opened a python file #311

guzy0324 opened this issue Nov 21, 2020 · 1 comment

Comments

@guzy0324
Copy link

[coc.nvim] error: Uncaught exception: Error: spawn pyenv ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
at onErrorNT (internal/child_process.js:469:16)
[coc.nvim] error: Uncaught exception: Error: spawn python3.7 ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
at onErrorNT (internal/child_process.js:469:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
Uncaught exception: Error: spawn python3.6 ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
at onErrorNT (internal/child_process.js:469:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
Uncaught exception: Error: spawn C:\Python27\python.exe ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
at onErrorNT (internal/child_process.js:469:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21)

@asammad48
Copy link

If you use python3 on linux just replace python with python3 in spawn process

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants