Hi Johannes, Johannes Laute <j.lau...@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@5.0.0 > /gnu/store/f0hzkjw58ys9qm2hf209vfdnbmm24zan-python-jupyter-console-5.0.0 > guix package: error: ... propagated from jupyter@1.0.0 > guix package: error: second entry: python-jupyter-console@5.0.0 > /gnu/store/315alfzrhisyrkh6mhz4a1y8gj1ljxlr-python-jupyter-console-5.0.0 > guix package: error: ... propagated from python-ipython@5.3.0 > guix package: error: ... propagated from python-notebook@4.2.3 > guix package: error: ... propagated from jupyter@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’.