https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743

rsm...@xs4all.nl changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rsm...@xs4all.nl

--- Comment #1 from rsm...@xs4all.nl ---
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.
_______________________________________________
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"

Reply via email to