Discussion:
[Bug 255743] devel/ipython 7.23.1 fails to run: The 'matplotlib-inline' distribution was not found and is required by ipython
b***@freebsd.org
2021-05-10 09:34:56 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743

Li-Wen Hsu <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |***@FreeBSD.org
Summary|devel/ipython/ 7.23.1 fails |devel/ipython 7.23.1 fails
|to run: The |to run: The
|'matplotlib-inline' |'matplotlib-inline'
|distribution was not found |distribution was not found
|and is required by ipython |and is required by ipython
Assignee|ports-***@FreeBSD.org |***@FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2021-05-11 17:46:10 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743

***@xs4all.nl changed:

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

--- Comment #1 from ***@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.
b***@freebsd.org
2021-05-11 18:06:16 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743

Li-Wen Hsu <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open

--- Comment #2 from Li-Wen Hsu <***@FreeBSD.org> ---
(In reply to rsmith from comment #1)
Does installing the py38-matplotlib-inline-0.1.2 pkg also work?
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2021-05-11 21:25:32 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743

--- Comment #3 from ***@xs4all.nl ---
(In reply to Li-Wen Hsu from comment #2)

Yes, that also works.
I didn't realize there was already a port for it.

So that means that only the RUN_DEPENDS for IPython need to be adjusted.
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2021-05-12 09:21:28 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743

Ruslan Makhmatkhanov <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Assignee|***@FreeBSD.org |***@FreeBSD.org
CC| |***@FreeBSD.org

--- Comment #4 from Ruslan Makhmatkhanov <***@FreeBSD.org> ---
I'll take it
--
You are receiving this mail because:
You are the assignee for the bug.
b***@freebsd.org
2021-05-13 01:04:48 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743

Kubilay Kocak <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Summary|devel/ipython 7.23.1 fails |devel/ipython: 7.23.1 fails
|to run: The |to run: The
|'matplotlib-inline' |'matplotlib-inline'
|distribution was not found |distribution was not found
|and is required by ipython |and is required by ipython
Flags| |merge-quarterly+
CC| |***@FreeBSD.org
Severity|Affects Some People |Affects Many People

--- Comment #7 from Kubilay Kocak <***@FreeBSD.org> ---
Is quarterly broken as well?
--
You are receiving this mail because:
You are on the CC list for the bug.
b***@freebsd.org
2021-05-13 08:09:38 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743

--- Comment #8 from Ruslan Makhmatkhanov <***@FreeBSD.org> ---
(In reply to Kubilay Kocak from comment #7)

nope. it still at 7.22 according to freshports
--
You are receiving this mail because:
You are on the CC list for the bug.
b***@freebsd.org
2021-05-13 08:09:47 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743

Ruslan Makhmatkhanov <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Flags|merge-quarterly+ |
--
You are receiving this mail because:
You are on the CC list for the bug.
b***@freebsd.org
2021-05-14 00:09:53 UTC
Permalink
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255743

Kubilay Kocak <***@FreeBSD.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Flags| |merge-quarterly-
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...