-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
disable automatic anaconda response #3772
Comments
What does the anaconda response say? Normally if anaconda fails it will only show a message in the minibuffer but not popup a window. |
@cpaulik Something is strange here... When I came back from the cafe this problem disappeared... And the new problem is: Peerhaps it's the network problem... |
Do you by any chance work behind a proxy? The eldoc error will spam your minibuffer but should not in any way interfere with the autocompletion. |
@cpaulik Yeah, but it took no effect when I disabled my proxy. I found an issue pythonic-emacs/anaconda-mode#124. My environment:
When I tried to use TAB, I was told But when I returned to edit py file, emacs still popup anaconda response windows(screenshot in the first comment) once I typed anything. |
I've had problems in the past with my proxy, and had to set the Another thing that might be the problem is the python version. There were subtle issues with the homebrew python version before. Since you are using pyenv, can you try pyenv install miniconda-3.16.0 and use this version in emacs? |
@cpaulik Now I've set the 'no_proxy', and installed |
@lufeihaidao Then I'm out of ideas unfortunately. |
@lufeihaidao I had to install jedi and anaconda-mode with pip, outside of emacs. anaconda-mode tries to install it automatically, but does it incorrectly. |
I have the same issue, tried everything posted here with no success. Is there a way to disable when the python layer is loaded? The popup really turns python-mode unusable. |
@phinicota Are your packages up to date? I thought that this problem was fixed upstream. If it does not work you can put |
I'm running ubuntu 12.04 on the develop branch. System Info
(spacemacs-helm
(auto-completion :variables auto-completion-complete-with-key-sequence-delay 0.04)
emacs-lisp c-c++ semantic spotify git
(shell :variables shell-default-height 30 shell-default-position 'bottom)) Edit: So now I've disabled anaconda-mode, I get "eldoc error: (error Eldoc needs an inferior Python process running)" on the mini buffer, but the pop-up thing is solved at least. |
So, I don't know how nor why, but I enabled anaconda-mode again and I don't get any kind of issue on the develop branch (same setup). |
Same here, the error message appearing in a buffer is:
|
Same issue as @autosquid |
I get the same connection-failed message, but anaconda-mode works as soon as Emacs starts. It starts popping up the |
I fixed by disabling the anaconda response hooks (remove-hook 'anaconda-mode-response-read-fail-hook
'anaconda-mode-show-unreadable-response) |
"(remove-hook 'anaconda-mode-response-read-fail-hook 'anaconda-mode-show-unreadable-response)" doesn't work for me. I sovle it by revise anaconda-mode.el source file,find "(add-hook 'anaconda-mode-response-read-fail-hook 'anaconda-mode-show-unreadable-response)" and remove it,then recompile anaconda-mode.el or delete anaconda-mode.elc directly,then it worked. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please let us know if this issue is still valid! |
I'm learning bottle, but when I try to edit file, it automatically send anaconda request and automatically jump to anaconda response. It is really annoying.How can I disable it?
The text was updated successfully, but these errors were encountered: