Closed anbanpillay closed 10 months ago
Apologies - I just realised it was a path problem with more than one python installation. The error goes away when lsp-bridge can find the python dependencies.
Hello @anbanpillay,
I had the same issue. How did you figure it out?
Boyang
On macOS I have python installed via home brew and conda. When I installed lsp-bridge requirements it installed in homebrew python. But when you open eMacs it uses the python in conda. So I installed the requirements in both base environments. So check which python you running.
ok, Thanks @anbanpillay
yanboyang713@Meta-Scientific-Linux ~ % whereis python3
python3: /usr/bin/python3 /opt/mambaforge/bin/python3 /usr/share/man/man1/python3.1.gz
(setq lsp-bridge-python-command "/usr/bin/python3")
problem fixed
Nice. Clean solution @yanboyang713
I am on emacs 29.1 on macos running emacs-plus.
Really like lsp-bridge. When I try to login into copilot I get this error. lsp-bridge is enable in the buffer when I issue the command lsp-bridge-copilot-login.
Is there a configuration I am missing?