https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- I can confirm the problem. (Python 3.9, 13.0-STABLE AMD64) Looking at the setup.py of IPython, we are indeed missing a dependency; install_requires = [ "setuptools>=18.5", "jedi>=0.16", "decorator", "pickleshare", "traitlets>=4.2", "prompt_toolkit>=2.0.0,<3.1.0,!=3.0.0,!=3.0.1", "pygments", "backcall", "matplotlib-inline", ] After cloning https://github.com/martinRenou/matplotlib-inline and installing it, IPython runs OK. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
