You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However it seems anaconda-mode is executed using python2. I get in the anaconda buffer:
Traceback (most recent call last):
File "<string>", line 59, in <module>
File "<string>", line 49, in install_deps
ImportError: No module named setuptools.command.easy_install
This import works with python3, but not with python2, hence I suspect my choice of interpreter is not honored.
What can I do?
For info, I'm using spacemacs on Linux.
The text was updated successfully, but these errors were encountered:
first, check the value of pythonic-interpreter and make sure that is pointing to python3 as well. If that is true, check that (executable-find "python3") is pointing to the same location as which python3 in your shell.
Hi,
I've set up python3 as my python interpreter:
However it seems anaconda-mode is executed using python2. I get in the anaconda buffer:
This import works with python3, but not with python2, hence I suspect my choice of interpreter is not honored.
What can I do?
For info, I'm using spacemacs on Linux.
The text was updated successfully, but these errors were encountered: