Your message dated Fri, 12 Jan 2024 20:38:25 +0000
with message-id <[email protected]>
and subject line Bug#1060390: fixed in jupyterlab 4.0.10+ds1-1
has caused the Debian Bug report #1060390,
regarding python3-jupyterlab: Jupyter lab does not start up
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1060390: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1060390
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-jupyterlab
Version: 4.0.8+ds1-2
Severity: important
X-Debbugs-Cc: [email protected]

Jupyter lab does not start up

When executing

    jupyter lab

or

    jupyter-lab

I get a stack trace from Python:

>>> START
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/traitlets/traitlets.py", line 645, in
get
    value = obj._trait_values[self.name]
            ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
KeyError: 'core_config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/jupyter-lab", line 33, in <module>
    sys.exit(load_entry_point('jupyterlab==0.0.0', 'console_scripts', 'jupyter-
lab')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/bin/jupyter-lab", line 25, in importlib_load_entry_point
    return next(matches).load()
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load
    module = import_module(match.group('module'))
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/jupyterlab/labapp.py", line 99, in
<module>
    app_version = get_app_version()
                  ^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/jupyterlab/commands.py", line 585, in
get_app_version
    handler = _AppHandler(app_options)
              ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/jupyterlab/commands.py", line 619, in
__init__
    self.core_data = deepcopy(options.core_config._data)
                              ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/traitlets/traitlets.py", line 686, in
__get__
    return self.get(obj, cls)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/traitlets/traitlets.py", line 648, in
get
    default = obj.trait_defaults(self.name)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/traitlets/traitlets.py", line 1752, in
trait_defaults
    return self._get_trait_default_generator(names[0])(self)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/traitlets/traitlets.py", line 1132, in
__call__
    return self.func(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/jupyterlab/commands.py", line 380, in
_default_core_config
    return CoreConfig()
           ^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/jupyterlab/coreconfig.py", line 50, in
__init__
    self._data = _get_default_core_data()
                 ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/jupyterlab/coreconfig.py", line 18, in
_get_default_core_data
    with open(pjoin(HERE, "staging", "package.json")) as fid:
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3/dist-
packages/jupyterlab/staging/package.json'
<<< END

This looks a little like the distributed code isn't built for deployment but
for building the final package (the `staging` part of the above error).

Also, the package seems to dump code all over `/usr/lib/python3/dist-packages`,
for example

>>> START
...
/usr/lib/python3/dist-packages/docs/source
/usr/lib/python3/dist-packages/docs/source/conf.py
/usr/lib/python3/dist-packages/examples
/usr/lib/python3/dist-packages/examples/app
/usr/lib/python3/dist-packages/examples/app/main.py
...
/usr/lib/python3/dist-packages/packages
/usr/lib/python3/dist-packages/packages/extensionmanager-extension
/usr/lib/python3/dist-packages/packages/extensionmanager-extension/examples
/usr/lib/python3/dist-packages/packages/extensionmanager-
extension/examples/listings
/usr/lib/python3/dist-packages/packages/extensionmanager-
extension/examples/listings/main.py
...
/usr/lib/python3/dist-packages/scripts
/usr/lib/python3/dist-packages/scripts/i18n_check.py
<<< END

That also seems to be a mistake.  Perhaps the installation into the package
distribution is messed up?





-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-4-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-jupyterlab depends on:
ii  node-jupyterlab                  4.0.10+ds1+~cs11.25.27-1
ii  nodejs                           18.19.0+dfsg-6
ii  python3 [python3-supported-min]  3.11.6-1
ii  python3-async-lru                2.0.4-1
ii  python3-importlib-metadata       4.12.0-1
ii  python3-ipykernel                6.24.0-3
ii  python3-jinja2                   3.1.2-1
ii  python3-jupyter-core             5.3.2-1
ii  python3-jupyter-events           0.9.0-2
ii  python3-jupyter-server           1.23.3-2
ii  python3-jupyterlab-server        2.16.5-1
ii  python3-notebook-shim            0.2.3-3
ii  python3-packaging                23.2-1
ii  python3-rpds-py                  0.12.0-1
ii  python3-tomli                    2.0.1-2
ii  python3-tornado                  6.3.2-1
ii  python3-traitlets                5.5.0-2

python3-jupyterlab recommends no packages.

python3-jupyterlab suggests no packages.

-- no debconf information


-- 
Christian Holm Christensen -------------------------------------------------
 Sankt Hans Gade 23, 4, DK-2200 Copenhagen
 http://cern.ch/cholm, +4524618591

--- End Message ---
--- Begin Message ---
Source: jupyterlab
Source-Version: 4.0.10+ds1-1
Done: Roland Mas <[email protected]>

We believe that the bug you reported is fixed in the latest version of
jupyterlab, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Roland Mas <[email protected]> (supplier of updated jupyterlab package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 12 Jan 2024 16:01:12 +0100
Source: jupyterlab
Binary: python3-jupyterlab
Architecture: source all
Version: 4.0.10+ds1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Roland Mas <[email protected]>
Description:
 python3-jupyterlab - Computational environment
Closes: 1060390
Changes:
 jupyterlab (4.0.10+ds1-1) unstable; urgency=medium
 .
   * New upstream release.
 .
 jupyterlab (4.0.9+ds1-2) UNRELEASED; urgency=medium
 .
   * Run jupyter-labextension build at package build time.
 .
 jupyterlab (4.0.9+ds1-1) unstable; urgency=medium
 .
   * New upstream release.
 .
 jupyterlab (4.0.8+ds1-3) UNRELEASED; urgency=medium
 .
   * Add missing Build-Depends.
   * Pre-build Jupyterlab assets at package build time.
   * Bug fix: "Jupyter lab does not start up", thanks to Christian Holm
     Christensen (Closes: #1060390).
Checksums-Sha1:
 b7ecaec369dd67874f48d2366b11530b1739b039 2725 jupyterlab_4.0.10+ds1-1.dsc
 e0a18228fb9a1373eabc8dc7c030ac321528b02e 16559224 
jupyterlab_4.0.10+ds1.orig.tar.xz
 a0c1637252e82c6cc466e0fe316887c417b1bc3b 5668 
jupyterlab_4.0.10+ds1-1.debian.tar.xz
 ac351c79686cc342e0e926106648050cea80d65f 32419 
jupyterlab_4.0.10+ds1-1_amd64.buildinfo
 823d4db86bec856ee0e8214585880c861090abaf 59641164 
python3-jupyterlab_4.0.10+ds1-1_all.deb
Checksums-Sha256:
 42698ca6f9a7ca7e5e27c70cee6870445c42d7ccd984274872b1dd74ca3fb09b 2725 
jupyterlab_4.0.10+ds1-1.dsc
 191414eb0476cc29fb49524300d90f19bf1187460c81481ea07dd660fed75af2 16559224 
jupyterlab_4.0.10+ds1.orig.tar.xz
 f09275ec5b26d18a762fc079dffffe84a507801e6df269514564e2caf0ac2597 5668 
jupyterlab_4.0.10+ds1-1.debian.tar.xz
 957ca31fd7592594321c5bed4ce03571fc03130f76fdf40490f17db6ce358470 32419 
jupyterlab_4.0.10+ds1-1_amd64.buildinfo
 b92bad6c53f44c6def2a1e49d83b09b51936fc7161fc43f6ffd74729355a79e3 59641164 
python3-jupyterlab_4.0.10+ds1-1_all.deb
Files:
 8b4b9377a279587c12ca37cb7f700087 2725 python optional 
jupyterlab_4.0.10+ds1-1.dsc
 ca8401876e489efa26f1d67a93b54d39 16559224 python optional 
jupyterlab_4.0.10+ds1.orig.tar.xz
 2a391365077018cf0e5223cf3805f4f3 5668 python optional 
jupyterlab_4.0.10+ds1-1.debian.tar.xz
 f7a232c93bf7068fd0626b4b8f3a6e1a 32419 python optional 
jupyterlab_4.0.10+ds1-1_amd64.buildinfo
 1c2426500bf897e8440f6c49be8839b3 59641164 python optional 
python3-jupyterlab_4.0.10+ds1-1_all.deb

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEtBU2D1kett1zr/uD0w3s0lmTIvwFAmWhngsACgkQ0w3s0lmT
IvwThhAAkTsqK4wtNlbbZtF5ARtMyVJfpgF39L9L2WCKntHujBF+NKzaafuHMwRv
65jbx5wzYW1p4+Guoerx7m23Yl7c0S/to7b8+hNuS/Fb3pCVCGRQIIqIJL+GVfk0
1eUm44AkAvgqZA3D6o5MH7hB7YU2v9ztEda61/pcOy6BepcrncT4QCK+D04choqh
+B+uyYkLCsO7GyZKzdgTO0sy4s6eKtXTSSUALkNIOrHCDsYclOigFC/0tzPxXOLe
t3iKiVGa8segSGzKjxXi7+QUkWpLMzAmB60lMmOnl56i5RCW9+FD9swluLNAH1bj
CUR28ia3b9YKBop7B4AOOi/3lwaADmu+RkCg4nL0OyzZoQsstqxM42bwb5S62G6i
JIqxaBe7/djgZNKP08Bbzdoe3UIqEVPYPDJ9UEBohQ4NMOy++Wd6s8eSUDkEC03u
nl8fZWf1kg2baQUiC/hgzVYYISbIvHNUci0WVltH00ItHmUusyvD4jd3OF7KlhRl
MUlGTAuDiIDaSFK7n1zRrfSWM2+C1jwA+9oBESKxFB8Y9j1FkYGk9FgpTfqYcmb+
Fsovz6jNeUvbQapSJf0sM/sE2mmYh5ZB47wys5gOqI9g/DEkKhMz848RI50YY8ps
sarPiXxTkfjDKhq/2wxmM1KmCVspa7U+DBluRWo4JOTJSXraL2c=
=KrTi
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to