neoclide / coc-python

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

coc-python only works as root #292

Open destinationunknown opened 3 years ago

destinationunknown commented 3 years ago

When opening a python file, I get the error: Uncaught exception: spawn conda EACCES. I don't even have conda installed. Before this, I was getting an error Uncaught exception: spawn python3.7 EACCES, after installing python 3.7 the error changed to conda.

When I run nvim as root, I do not get these errors and everything works as expected. I have the latest version of pynvim.

image