[Bug 255743] devel/ipython 7.23.1 fails to run: The 'matplotlib-inline' distribution was not found and is required by ipython
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue May 11 17:46:10 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743
rsmith at xs4all.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rsmith at xs4all.nl
--- Comment #1 from rsmith at 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.
More information about the freebsd-python
mailing list