GNU bug report logs - #41738
Jupyter propagates two different versions of ipython

Previous Next

Package: guix;

Reported by: paul <goodoldpaul <at> autistici.org>

Date: Sat, 6 Jun 2020 15:53:02 UTC

Severity: normal

Merged with 41729

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 41738 <at> debbugs.gnu.org (full text, mbox):

From: david larsson <david.larsson <at> selfhosted.xyz>
To: paul <goodoldpaul <at> autistici.org>
Cc: bug-Guix <bug-guix-bounces+someone=selfhosted.xyz <at> gnu.org>,
 41738 <at> debbugs.gnu.org
Subject: Re: bug#41738: Jupyter propagates two different versions of ipython
Date: Sat, 06 Jun 2020 20:44:10 +0200
On 2020-06-06 17:52, paul wrote:
> Hi Guix,
> 
> On Guix System
> 
>   guix ecab53c
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: ecab53c320b1584a08f811b17a92bd9a50a50ff3
> 
> it's impossible to install jupyter in a new profile because it tries
> to propagate two different versions of python-ipython, you should be
> able to reproduce with:
> 
> $ guix package -p /tmp/tmp-profile -i jupyter
> The following package will be installed:
>    jupyter 1.0.0
> 
> guix package: error: profile contains conflicting entries for
> python-ipython
> guix package: error:   first entry: python-ipython <at> 7.9.0
> /gnu/store/z0yarar134q6sziqncjdlfg2h2w5b2yh-python-ipython-7.9.0
> guix package: error:    ... propagated from python-ipywidgets <at> 7.5.1
> guix package: error:    ... propagated from jupyter <at> 1.0.0
> guix package: error:   second entry: python-ipython <at> 7.9.0
> /gnu/store/avmg5jd7kccchxadsd9c7zq0p3shlk3w-python-ipython-7.9.0
> guix package: error:    ... propagated from python-qtconsole <at> 4.4.3
> guix package: error:    ... propagated from jupyter <at> 1.0.0
> hint: You cannot have two different versions or variants of `jupyter'
> in the same profile.
> 
> The conflict seems to be caused because:
> 
> - /gnu/store/avmg5jd7kccchxadsd9c7zq0p3shlk3w-python-ipython-7.9.0
> depends on python-prompt-toolkit <at> 3.0.5
> 
> - /gnu/store/z0yarar134q6sziqncjdlfg2h2w5b2yh-python-ipython-7.9.0
> depends on python-prompt-toolkit <at> 2.0.7
> 
> This change seems to be introduced with
> 32ba87c14fd5e5b54d95211cd9a159d568ce7c67 , which updates
> python-prompt-toolkit to 3.0.5 and to prevent python-ipywidgets,
> python-jupyter-console and python-widgetsnbextension tests from
> crashing builds them with python-prompt-toolkit <at> 2.0.7.
> 
> Giacomo

Hi,
I can confirm this, been having the same issue. I worked around it 
temporarily by changing some python-packages and adding some to a 
temporary channel and guix pulling to the commit just prior to the 
32ba87c14 that you mention. In case anyone is helped by it; the channel 
is here: https://github.com/methuselah-0/my-guix-packages

Best regards,
David




This bug report was last modified 5 years and 30 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.