‘jupyter’ package uninstallable due to colliding ‘python-prompt-toolkit’

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Ludovic Courtès
Owner
unassigned
Submitted by
Ludovic Courtès
Severity
normal
L
L
Ludovic Courtès wrote on 16 May 2022 14:32
(address . bug-guix@gnu.org)
87a6bhac9l.fsf@inria.fr
Hello,

The ‘jupyter’ package is currently uninstallable:

Toggle snippet (19 lines)
$ guix time-machine --commit=40a729a0e6f1d660b942241416c1e2c567616d4d -- install -p /tmp/test-profile-for-jupyter jupyter --no-grafts
guix install: warning: Consider running 'guix pull' followed by
'guix package -u' to get up-to-date packages and security updates.

The following package will be installed:
jupyter 1.0.0

guix install: error: profile contains conflicting entries for python-prompt-toolkit
guix install: error: first entry: python-prompt-toolkit@2.0.7 /gnu/store/c7z70ria845j3ifajj225h704hzk4l51-python-prompt-toolkit-2.0.7
guix install: error: ... propagated from python-jupyter-console@6.4.0
guix install: error: ... propagated from jupyter@1.0.0
guix install: error: second entry: python-prompt-toolkit@3.0.29 /gnu/store/0zb6bgwhczmxh9y6dy76246kyvlnlrhv-python-prompt-toolkit-3.0.29
guix install: error: ... propagated from python-ipython@8.2.0
guix install: error: ... propagated from python-ipykernel@6.13.0
guix install: error: ... propagated from python-qtconsole@5.3.0
guix install: error: ... propagated from jupyter@1.0.0
hint: You cannot have two different versions or variants of `jupyter' in the same profile.

(The hint is bogus…)

Ludo’.
L
L
Ludovic Courtès wrote on 16 May 2022 15:54
(address . 55448-done@debbugs.gnu.org)
87h75p8twn.fsf@gnu.org
Ludovic Courtès <ludovic.courtes@inria.fr> skribis:

Toggle quote (20 lines)
> The ‘jupyter’ package is currently uninstallable:
>
> $ guix time-machine --commit=40a729a0e6f1d660b942241416c1e2c567616d4d -- install -p /tmp/test-profile-for-jupyter jupyter --no-grafts
> guix install: warning: Consider running 'guix pull' followed by
> 'guix package -u' to get up-to-date packages and security updates.
>
> The following package will be installed:
> jupyter 1.0.0
>
> guix install: error: profile contains conflicting entries for python-prompt-toolkit
> guix install: error: first entry: python-prompt-toolkit@2.0.7 /gnu/store/c7z70ria845j3ifajj225h704hzk4l51-python-prompt-toolkit-2.0.7
> guix install: error: ... propagated from python-jupyter-console@6.4.0
> guix install: error: ... propagated from jupyter@1.0.0
> guix install: error: second entry: python-prompt-toolkit@3.0.29 /gnu/store/0zb6bgwhczmxh9y6dy76246kyvlnlrhv-python-prompt-toolkit-3.0.29
> guix install: error: ... propagated from python-ipython@8.2.0
> guix install: error: ... propagated from python-ipykernel@6.13.0
> guix install: error: ... propagated from python-qtconsole@5.3.0
> guix install: error: ... propagated from jupyter@1.0.0
> hint: You cannot have two different versions or variants of `jupyter' in the same profile.

Fixed in f0373a0c94566e9883c001503300ac764071ad91.

Ludo'.
Closed
?