https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252395
--- Comment #1 from rsm...@xs4all.nl --- On further investigation, it turns out that to restore functionality for IPython, *both* devel/py-jedi and textproc/py-parso need downgrading. I performed the following to get a working IPython back: # cd /usr/ports # svnlite update -r 559750 devel/py-jedi # cd devel/py-jedi # make package deinstall install clean # cd /usr/ports # svnlite update devel/py-jedi # svnlite update -r 559531 textproc/py-parso # cd textproc/py-parso # make package deinstall install clean # cd /usr/ports # svnlite update textproc/py-parso And for now: # pkg lock -y py39-parso-0.7.1 py39-jedi-0.17.1 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"