neoclide / coc-python

Python extension for coc.nvim, fork of vscode-python
573 stars 51 forks source link

Uncaught Exception Error on Windows! #317

Open shans10 opened 3 years ago

shans10 commented 3 years ago

OS: Windows 10 Pro v 20H2
Build: 19042.630 Neovim Version: 0.4.4 Python Version: 3.9.0

Error Message: [coc.nvim]: Uncaught exception: write EPIPE

I am using the same neovim configuration on Windows as well as Linux but I get this error message only on Windows. It doesn't seem to cause any issues except for the annoying error message as soon as a Python file is opened. I use coc for C/C++ as well but this error does not appear in C/C++ files so I guess its an issue with coc-python itself.