Closed ChristopherGondek closed 8 years ago
Is it possible to get a popup on "."?
Yes, it should trigger a completion popup.
When i press M-x anaconda-mode RET i get "Anaconda mode disabled in current buffer". I can enable it again without any errors.
This expected. anaconda-mode
will alternatively toggle the mode, since it is already enabled, calling it the first time will disable it.
Most of the time if you have no completion with anaconda this is due to wrong dependencies.
Recently we discovered that the locked version in the Spacemacs doc are not up to date, in a terminal try:
# pip install --upgrade jedi json-rpc service_factory
I can confirm that the following solved the issue.
# pip install --upgrade jedi json-rpc service_factory
Great community!
I had the same issue and this fixed it for me. Thanks!
I recently installed Spacemacs and am new to it.
0.200.2@24.5.2 (spacemacs) / 14.04 Ubuntu
same problem with
0.200.2@26.0.50.2 (spacemacs) / 14.04 Ubuntu
Syntax Checking etc. is working fine, but i cannot get code completion to work when working on a python file.
Is it possible to get a popup on "."?
If i execute "M-x company-jedi", i get a popup window with completions, but not for "M-x company-anaconda". Error: "Cannot complete at point"
When i press M-x anaconda-mode RET i get "Anaconda mode disabled in current buffer". I can enable it again without any errors.
How can i track down what is wrong? Could you please give me a step-by-step help, since i am relatively new? Thank you very much.
This is my dotfile, the only file i changed since installation: