all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Guix Jupyter notebook
@ 2021-04-24  9:33 phodina via
  2021-04-25  6:14 ` Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: phodina via @ 2021-04-24  9:33 UTC (permalink / raw)
  To: help-guix@gnu.org

I wanted to run a Jupyter notebook using Guix to define the inputs. However I run into an issue in python module. Could you help me with the DistributionNotFound error?

$ guix install jupyter guix-jupyter
...
$ guix describe
Generation 21	Apr 21 2021 10:14:08	(current)
  guix 13c4a37
    repository URL:
https://git.savannah.gnu.org/git/guix.git
branch: master
    commit: 13c4a377f5a2e1240790679f3d5643385b6d7635
$ jupyter notebook
Traceback (most recent call last):
  File "/gnu/store/sqml7rpr1zamp1llapd208dv2n34anh5-python-jupyter-core-4.7.1/bin/.jupyter-real", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/gnu/store/w32f5mp0x0sklmkxkm3gbidanxxj05k8-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3251, in <module>
    def _initialize_master_working_set():
  File "/gnu/store/w32f5mp0x0sklmkxkm3gbidanxxj05k8-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside
    f(*args, **kwargs)
  File "/gnu/store/w32f5mp0x0sklmkxkm3gbidanxxj05k8-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/gnu/store/w32f5mp0x0sklmkxkm3gbidanxxj05k8-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", line 583, in _build_master
    ws.require(__requires__)
  File "/gnu/store/w32f5mp0x0sklmkxkm3gbidanxxj05k8-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", line 900, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/gnu/store/w32f5mp0x0sklmkxkm3gbidanxxj05k8-python-3.8.2/lib/python3.8/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'six' distribution was not found and is required by traitlets

Kind regards

Petr Hodina

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-25  6:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-24  9:33 Guix Jupyter notebook phodina via
2021-04-25  6:14 ` Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.