Your message dated Wed, 07 May 2025 19:05:50 +0000
with message-id <[email protected]>
and subject line Bug#1104404: fixed in jupyterhub 5.2.1+ds1-3
has caused the Debian Bug report #1104404,
regarding jupyterhub: missing python3-alembic dependency
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.)
--
1104404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1104404
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jupyterhub
Version: 5.2.1+ds1-2
Severity: normal
Dear Maintainer,
When starting jupyterhub I get this error message
> avril 29 10:50:14 systemd[1]: Started jupyterhub.service.
> avril 29 10:50:16 python3[4588]: [I 2025-04-29 10:50:16.028 JupyterHub
> app:3346] Running JupyterHub version 5.2.1
> avril 29 10:50:16 python3[4588]: [I 2025-04-29 10:50:16.028 JupyterHub
> app:3376] Using Authenticator: jupyterhub.auth.PAMAuthenticator-5.2.1
> avril 29 10:50:16 python3[4588]: [I 2025-04-29 10:50:16.028 JupyterHub
> app:3376] Using Spawner: jupyterhub.spawner.LocalProcessSpawner-5.2.1
> avril 29 10:50:16 python3[4588]: [I 2025-04-29 10:50:16.028 JupyterHub
> app:3376] Using Proxy: jupyterhub.proxy.ConfigurableHTTPProxy-5.2.1
> avril 29 10:50:16 python3[4588]:
> /usr/lib/python3/dist-packages/jupyter_events/schema.py:68:
> JupyterEventsVersionWarning: The `version` property of an event schema must
> be a stri>
> avril 29 10:50:16 python3[4588]: validate_schema(_schema)
> avril 29 10:50:16 python3[4588]: [I 2025-04-29 10:50:16.044 JupyterHub
> app:1831] Loading cookie_secret from
> /var/lib/jupyterhub/jupyterhub_cookie_secret
> avril 29 10:50:16 python3[4588]: [I 2025-04-29 10:50:16.053 JupyterHub
> dbutil:129] Upgrading sqlite:///jupyterhub.sqlite
> avril 29 10:50:16 python3[4588]: [I 2025-04-29 10:50:16.053 JupyterHub
> dbutil:100] Backing up jupyterhub.sqlite =>
> jupyterhub.sqlite.2025-04-29-105016
> avril 29 10:50:16 python3[4588]: [E 2025-04-29 10:50:16.054 JupyterHub
> app:3912]
> avril 29 10:50:16 python3[4588]: Traceback (most recent call last):
> avril 29 10:50:16 python3[4588]: File
> "/usr/lib/python3/dist-packages/jupyterhub/app.py", line 3909, in
> launch_instance_async
> avril 29 10:50:16 python3[4588]: await self.initialize(argv)
> avril 29 10:50:16 python3[4588]: File
> "/usr/lib/python3/dist-packages/jupyterhub/app.py", line 3388, in initialize
> avril 29 10:50:16 python3[4588]: self.init_db()
> avril 29 10:50:16 python3[4588]: ~~~~~~~~~~~~^^
> avril 29 10:50:16 python3[4588]: File
> "/usr/lib/python3/dist-packages/jupyterhub/app.py", line 2000, in init_db
> avril 29 10:50:16 python3[4588]:
> dbutil.upgrade_if_needed(self.db_url, log=self.log)
> avril 29 10:50:16 python3[4588]:
> ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
> avril 29 10:50:16 python3[4588]: File
> "/usr/lib/python3/dist-packages/jupyterhub/dbutil.py", line 134, in
> upgrade_if_needed
> avril 29 10:50:16 python3[4588]: upgrade(db_url)
> avril 29 10:50:16 python3[4588]: ~~~~~~~^^^^^^^^
> avril 29 10:50:16 python3[4588]: File
> "/usr/lib/python3/dist-packages/jupyterhub/dbutil.py", line 85, in upgrade
> avril 29 10:50:16 python3[4588]: check_call(['alembic', '-c',
> alembic_ini, 'upgrade', revision])
> avril 29 10:50:16 python3[4588]:
> ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> avril 29 10:50:16 python3[4588]: File
> "/usr/lib/python3.13/subprocess.py", line 414, in check_call
> avril 29 10:50:16 python3[4588]: retcode = call(*popenargs, **kwargs)
> avril 29 10:50:16 python3[4588]: File
> "/usr/lib/python3.13/subprocess.py", line 395, in call
> avril 29 10:50:16 python3[4588]: with Popen(*popenargs, **kwargs) as
> p:
> avril 29 10:50:16 python3[4588]: ~~~~~^^^^^^^^^^^^^^^^^^^^^^
> avril 29 10:50:16 python3[4588]: File
> "/usr/lib/python3.13/subprocess.py", line 1039, in __init__
> avril 29 10:50:16 python3[4588]: self._execute_child(args,
> executable, preexec_fn, close_fds,
> avril 29 10:50:16 python3[4588]:
> ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> avril 29 10:50:16 python3[4588]: pass_fds, cwd,
> env,
> avril 29 10:50:16 python3[4588]:
> ^^^^^^^^^^^^^^^^^^^
> avril 29 10:50:16 python3[4588]: ...<5 lines>...
> avril 29 10:50:16 python3[4588]: gid, gids, uid,
> umask,
> avril 29 10:50:16 python3[4588]:
> ^^^^^^^^^^^^^^^^^^^^^^
> avril 29 10:50:16 python3[4588]:
> start_new_session, process_group)
> avril 29 10:50:16 python3[4588]:
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> avril 29 10:50:16 python3[4588]: File
> "/usr/lib/python3.13/subprocess.py", line 1969, in _execute_child
> avril 29 10:50:16 python3[4588]: raise
> child_exception_type(errno_num, err_msg, err_filename)
> avril 29 10:50:16 python3[4588]: FileNotFoundError: [Errno 2] No such
> file or directory: 'alembic'
> avril 29 10:50:16 python3[4588]:
It seems to me that python3-alembic is missing in the Depends
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.22-amd64 (SMP w/128 CPU threads; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages jupyterhub depends on:
ii fonts-font-awesome 5.0.10+really4.7.0~dfsg-4.1
ii libjs-bootstrap 3.4.1+dfsg-4
ii libjs-jquery 3.6.1+dfsg+~3.5.14-1
ii libjs-prototype 1.7.3-2
ii libjs-requirejs 2.3.7+ds+~2.1.37-1
ii node-configurable-http-proxy 4.5.3+~cs15.2.4-3
ii python3 [python3-supported-min] 3.13.3-1
ii python3-alembic 1.13.2-4
ii python3-async-generator 1.10-4
ii python3-bcrypt 4.2.0-2.1+b1
ii python3-certipy 0.1.3-4
ii python3-dateutil 2.9.0-4
ii python3-idna 3.10-1
ii python3-importlib-metadata 8.6.1-1
ii python3-jinja2 3.1.6-1
ii python3-jupyter-events 0.12.0-2
ii python3-notebook 6.4.13-5
ii python3-oauthlib 3.2.2-3
ii python3-packaging 24.2-3
ii python3-pamela 1.0.0-3
ii python3-prometheus-client 0.21.1+ds1-1
ii python3-pydantic 2.10.6-2
ii python3-requests 2.32.3+dfsg-5
ii python3-sqlalchemy 2.0.40+ds1-1
ii python3-tornado 6.4.2-1
ii python3-traitlets 5.14.3+really5.14.3-1
jupyterhub recommends no packages.
jupyterhub suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: jupyterhub
Source-Version: 5.2.1+ds1-3
Done: Picca Frédéric-Emmanuel <[email protected]>
We believe that the bug you reported is fixed in the latest version of
jupyterhub, 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.
Picca Frédéric-Emmanuel <[email protected]> (supplier of updated jupyterhub
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: Wed, 07 May 2025 18:14:37 +0200
Source: jupyterhub
Architecture: source
Version: 5.2.1+ds1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Picca Frédéric-Emmanuel <[email protected]>
Closes: 1088461 1104404 1104588
Changes:
jupyterhub (5.2.1+ds1-3) unstable; urgency=medium
.
* Bug fix: "missing python3-alembic dependency", thanks to Picca
Frédéric-Emmanuel (Closes: #1104404).
* Bug fix: "move from twitter-bootstrap{3,4} to bootstrap-html (v5)",
thanks to [email protected]</a>; (Closes: #1088461).
* Bug fix: "Could not open static file
'/usr/share/jupyterhub/static/components/bootstrap/dist/js/bootstrap>",
thanks to Picca Frédéric-Emmanuel (Closes: #1104588).
Checksums-Sha1:
d44a59f77a482b9c8e5b33c5a9b8e0c6bf43a193 2757 jupyterhub_5.2.1+ds1-3.dsc
cedfb2781f123306bd8aacc967ad0b4d6b8082e0 6760
jupyterhub_5.2.1+ds1-3.debian.tar.xz
Checksums-Sha256:
1d8a9a00cf5e17a71fbd4e7c2760fd52002571be6a07f742636a50f48c879e12 2757
jupyterhub_5.2.1+ds1-3.dsc
b9e064c094248fe054583f85fcb058e8da055fc98438c70433edd0e01707d8af 6760
jupyterhub_5.2.1+ds1-3.debian.tar.xz
Files:
552d6b2d15a144205082a6301551ff48 2757 python optional
jupyterhub_5.2.1+ds1-3.dsc
bd1154093c68f74895e6956934f207c4 6760 python optional
jupyterhub_5.2.1+ds1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE2bRTt5m4gw2UXmoKW/VOXhK5ALsFAmgbqjkRHHBpY2NhQGRl
Ymlhbi5vcmcACgkQW/VOXhK5ALsFnA/+IWfVpDp4eAx/1L7JXrA/ftQTE9AwlZFh
KipWa6F9qtHeFjbYZFi1NHqHOJsdu3e0zErdAwMNQlydndRY8OKRqyaupl2ZgGR3
bbsXehW5LOO+S68cTEjzSx8ya7apzNnnxOJfOAp3/POU2Ba9Su1i2JeOTEfFgq9H
1UVa6wkkPIwQ3Ie5FSXHkRZOLp47RT0qTtv2RB0+UQjubgeNmQOMNRa9PK5BqD7N
vcaXVU6ENBdeDI7FztT0EjiSOJrb7wSErZaEF6xfikAVmjmRVxH7GhwwTDO7A0os
vhW2gbXkfeELVIfcshjP1u27eNTtVw2zyMJYd1hBdPXs1pKOY4K9fbygEDrQh6AK
eIKOEd0q+2qJ4h3eq9AkDGhJu6u8TrGY/r5u3cGh66kfqYRPfSqhqL3gwMqjwegu
L5TLHpvvT5kF4Phr7RoGrKvYHsDn3YEKqeGA7Md8XfnZ6IG7SMrQyWzTC+FsQgKt
ro5zWvpuNXQvYM8Y/BUXXIcVBKIIMI4RSfHHeQ87sONoySkuWgfqYCUdTqbXY8xq
L1pkgMWE3miEhGNBQ42jVkwMmFk6hg3wZ2GeiHN0xkI2u/NRoPEkye73c5P2ymdJ
XSj+cmM1adzVnwaG6bqrDO0J7lKnre/Gxq5SoXDvC3IaZA0ZRSlfaL+zJuCI6wWg
7M8S72zNwfk=
=9IZx
-----END PGP SIGNATURE-----
pgpCeVU2ZPqdk.pgp
Description: PGP signature
--- End Message ---