pythonic-emacs / anaconda-mode

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

Autocompletion not that smooth for Python 3.12. #438

Open nwwangnan opened 4 months ago

nwwangnan commented 4 months ago

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 not that good in the .py file as opposed to that in the console after I sent the code using ctrl-c curl-c. I don't know what caused it. There is an error in the mini buffer saying (Server error: ValueError('too many values to unpack (expected 2)') - see anaconda-mode for more information.) I also highlighted it in the snapshot. Can anyone help me out?

Screen Shot 2024-03-31 at 4 46 00 PM

best, Nan