neoclide/coc-python

coc-python only works as root

destinationunknown opened this issue · 0 comments

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