You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was updating all my Emacs (29 from Debian 12 backports) packages after a while and no got this error. After doing some research it seems that rope-support was removed from pylsp.
[eglot] (warning) [eglot] -32602: ModuleNotFoundError: No module named 'pylsp.plugins.rope_rename'
I installed it explicit via pip install -U pylsp-rope but nothing changed.
OK, I am also fine with just disabling rope in my setup. But I don't know how. I don't see "rope" in my init.el.
My (reduced) init.el is ~240 lines long. Not sure if it make sense to post it here.
Any suggestion how to go further with analyzing this?
haddystuff, Dsaquel, schlegan, dcherian, Murasakiiru and 6 more