GNU bug report logs -
#29860
guix package -i jupyter fails
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#29860: guix package -i jupyter fails
which was filed against the guix package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 29860 <at> debbugs.gnu.org.
--
29860: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29860
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Johannes,
Johannes Laute <j.laute3 <at> googlemail.com> skribis:
> "guix package -i jupyter" fails with the following error:
>
> guix package: error: profile contains conflicting entries for
> python-jupyter-console
> package: error: first entry: python-jupyter-console <at> 5.0.0
> /gnu/store/f0hzkjw58ys9qm2hf209vfdnbmm24zan-python-jupyter-console-5.0.0
> guix package: error: ... propagated from jupyter <at> 1.0.0
> guix package: error: second entry: python-jupyter-console <at> 5.0.0
> /gnu/store/315alfzrhisyrkh6mhz4a1y8gj1ljxlr-python-jupyter-console-5.0.0
> guix package: error: ... propagated from python-ipython <at> 5.3.0
> guix package: error: ... propagated from python-notebook <at> 4.2.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.
>
> As I dont have two different versions of jupyter I think it is due to the
> fact that two different "python-jupyter-console" packages exist in
> /gnu/packages/python.scm.
Indeed. Fixed:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a5e3d59bb3281fffd26dfd4bd8a23567e5940e80
Thanks!
Ludo’.
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hi,
"guix package -i jupyter" fails with the following error:
guix package: error: profile contains conflicting entries for
python-jupyter-console
package: error: first entry: python-jupyter-console <at> 5.0.0
/gnu/store/f0hzkjw58ys9qm2hf209vfdnbmm24zan-python-jupyter-console-5.0.0
guix package: error: ... propagated from jupyter <at> 1.0.0
guix package: error: second entry: python-jupyter-console <at> 5.0.0
/gnu/store/315alfzrhisyrkh6mhz4a1y8gj1ljxlr-python-jupyter-console-5.0.0
guix package: error: ... propagated from python-ipython <at> 5.3.0
guix package: error: ... propagated from python-notebook <at> 4.2.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.
As I dont have two different versions of jupyter I think it is due to the
fact that two different "python-jupyter-console" packages exist in
/gnu/packages/python.scm.
In the source code it states, because of a cyclic dependencies
"python-jupyter-console" they strip it into a "minimal" version and use that
("python-jupyter-console"
;; The python-ipython and python-jupyter-console require each
;; other. To get the functionality in both packages working, strip
;; down the python-jupyter-console package when using it as an input
;; to python-ipython.
,python-jupyter-console-minimal)
in line 4409 of /gnu/packages/python.scm
So there indeed are two "python-jupyter-console" packages that collide.
If I run "guix environment --ad-hoc jupyter" the command succeeds, and
jupyter works.
On the IRC lfam said that this was because these collisions were explicitly
allowed in "guix environment"
Merry Christmas,
johannes
[Message part 5 (text/html, inline)]
This bug report was last modified 7 years and 202 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.