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
pycscope.pl currently depends upon the parser module, which has been deprecated for a while, and has been explicitly removed as of python3.10... so now pycscope.el cannot be installed on more recent systems which only have python3.10 (or later).
It sounds like the fix will be to modify it to use the ast package instead.
The text was updated successfully, but these errors were encountered:
pycscope.pl
currently depends upon the parser module, which has been deprecated for a while, and has been explicitly removed as ofpython3.10
... so nowpycscope.el
cannot be installed on more recent systems which only havepython3.10
(or later).It sounds like the fix will be to modify it to use the ast package instead.
The text was updated successfully, but these errors were encountered: