pythonic-emacs / anaconda-mode

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

py__iter__() error #398

Open e-eight opened 3 years ago

e-eight commented 3 years ago

I keep seeing the following error in the anaconda-mode buffer TypeError: py__iter__() missing 1 required positional argument: 'contextualized_node', and anaconda-mode often does not autocomplete.

I am using Emacs 27+, Python 3.8.6, and anaconda-mode. Any ideas as to what is going wrong?