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.
When opening a python file, I get the error:
Uncaught exception: spawn conda EACCES
. I don't even haveconda
installed. Before this, I was getting an errorUncaught 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
.