guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41889] [PATCH] gnu: jupyter: Fix python-ipython conflict that preve


From: Edouard Klein
Subject: [bug#41889] [PATCH] gnu: jupyter: Fix python-ipython conflict that prevented installation
Date: Tue, 16 Jun 2020 11:21:15 +0200
User-agent: mu4e 1.4.6; emacs 26.3

Attachment: 2020-06-15T10:51:13+02:00.png
Description: PNG image

Attachment: 2020-06-16T10:43:36+02:00.png
Description: PNG image

Hi all,

Here is my proposed correction for the breakage I introduced when I
updated python-prompt-toolkit (bugs #41738, #41729 and 41730).

As you can see on the attached images, I disconnected all packages that
depend on ppt2 from the packages that depend on ppt3.
This should fix all reported problems. If it does not, this means that
there is an undeclared dependency, which is a bug. Please do not
hesitate to tell me about any problem you encounter that my be tied to
this change.

jupyter's &co dependency on ppt2 is still a mystery to me. It is computed
by the setuptools when they run but nowhere in the source of the
packages that have an explicit dependency on ppt2 was I able to find any
reference to it.

I have no idea how setuptools comes to the conclusion that it needs
"prompt_toolkit<2.1.0,>=2.0.0". I (grep -r -i)-ed, in the source code of
ipywidgets and could not find anything. This is black magic to me.

I would have loved to bring all those packages to ppt3 and forget about
ppt2 altogether, but because nowhere in the source is the dependency
written, I can't do it. Any help would be appreciated. In the meantime
this fix should do the trick.

I did not repair packages that were broken for reasons unrelated to
ppt, but I'm quite confident that once their brokenness is fixed, ppt3
won't be a problem for them. For example in my dirty work tree I have a
fix for python-rpy2, but it is tied to a pandas upgrade, and too many
packages depend on pandas for me to handle right now.

Cheers,

Edouard.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]