pythonic-emacs / anaconda-mode

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

name 'quiet' is not defined #386

Open nickenchev opened 4 years ago

nickenchev commented 4 years ago

Hi, I'm really unsure where this issue should be posted or what to call it. I'm finding that when editing certain python files, I get an error like the one in the screenshot below. Not sure why this happens, it breaks all completions and pops up as soon as I start typing. Completion works in most of the files, but this happens quite often as well. This error shows up in the minibuffer.

Screenshot_20200413_164743

Please let me know what other info I can provide.

CeleritasCelery commented 4 years ago

Have you tried installing a more recent version of python-pycompile? This is an issue with your python environment.