pythonic-emacs / anaconda-mode

Code navigation, documentation lookup and completion for Python.
GNU General Public License v3.0
707 stars 87 forks source link

Anaconda-mode does not work in tramp #377

Closed theFool32 closed 4 years ago

theFool32 commented 4 years ago

Anaconda-model works locally. When used in tramp, it can't work, and the anaconda-mode looks like:

Traceback (most recent call last):
  File "<string>", line 60, in <module>
  File "<string>", line 50, in install_deps
ModuleNotFoundError: No module named 'setuptools'

I'm using mac ox locally and linux remotely, where setuptools has been installed both. I don't know how to deal with it. Configure for Emacs is doom-emacs with

(python
+lsp
+conda)

Thanks. 😃

CeleritasCelery commented 4 years ago

It looks like the python module setup_tools is not installed on the remote host.

theFool32 commented 4 years ago

It seems that the miniconda installed on the remote host conflicts. Thanks.