anaconda-mode
anaconda-mode copied to clipboard
Code navigation, documentation lookup and completion for Python.
Hi, Do you think that you could add syntax highlighting in Anaconda-view windows ? I think a fairly simple way to implement this would be to use existing rst-mode syntax...
I have some trouble running anaconda-mode inside a docker container on macOS, I will try my best to help you reproduce my setup to figure out what might be the...
Rely on the standard libraries instead in order to install dependencies. Bug: #421
The pip package is not a part of the standard library. The following error might happen in Python3 environments (from the `*anaconda-mode*` buffer): ``` /usr/bin/python3: No module named pip Traceback...
Hi Folks, I hope you guys are doing great! I'm using doom Emacs. Recently, I upgraded my Python from 3.9 to 3.12 and then I found that the autocompletion is...
I'm running spacemacs and I'm getting this error with anaconda-mode ``` Traceback (most recent call last): File "/var/home/zlopez/.emacs.d/.cache/anaconda-mode/0.1.15-py3/jedi/inference/compiled/subprocess/__init__.py", line 249, in _send is_exception, traceback, result = pickle_load(self._get_process().stdout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/var/home/zlopez/.emacs.d/.cache/anaconda-mode/0.1.15-py3/jedi/_compatibility.py",...
- `anaconda-mode-server-version`: `"0.1.15"` - Emacs version: 28.1 - Currently using conda-mode from [doomemacs](https://github.com/doomemacs/doomemacs) (doom version: 7a7503045850ea83f205de6e71e6d886187f4a22) ## Description If I have a `constant.py` file like below: ```python CONST_A = 1...
I get the following error when anaconda-mode is enabled. ``` elisp Debugger entered--Lisp error: (error "Bad url: http%3A%2F%2F127.0.0.1%3A41943") error("Bad url: %s" "http%3A%2F%2F127.0.0.1%3A41943") url-retrieve-internal("http://127.0.0.1:41943" #f(compiled-function (status) #) (nil) t nil) url-retrieve("http://127.0.0.1:41943"...