Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#80202 - [jupyterlab] Crash on start

Attached to Project: Arch Linux
Opened by Mohamed Amine LEGHERABA (mohalegh) - Wednesday, 08 November 2023, 19:44 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 08 November 2023, 20:31 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
When I run the server with the command "jupyter lab", the server doesn't start and I have the following error messages :
Traceback (most recent call last):
File "/usr/bin/jupyter-lab", line 5, in <module>
from jupyterlab.labapp import main
File "/usr/lib/python3.11/site-packages/jupyterlab/__init__.py", line 8, in <module>
from .handlers.announcements import (
File "/usr/lib/python3.11/site-packages/jupyterlab/handlers/announcements.py", line 14, in <module>
from jupyter_server.base.handlers import APIHandler
File "/usr/lib/python3.11/site-packages/jupyter_server/base/handlers.py", line 24, in <module>
from jupyter_events import EventLogger
File "/usr/lib/python3.11/site-packages/jupyter_events/__init__.py", line 3, in <module>
from .logger import EVENTS_METADATA_VERSION, EventLogger
File "/usr/lib/python3.11/site-packages/jupyter_events/logger.py", line 19, in <module>
from .schema import SchemaType
File "/usr/lib/python3.11/site-packages/jupyter_events/schema.py", line 18, in <module>
from .validators import draft7_format_checker, validate_schema
File "/usr/lib/python3.11/site-packages/jupyter_events/validators.py", line 44, in <module>
JUPYTER_EVENTS_SCHEMA_VALIDATOR = Draft7Validator(
^^^^^^^^^^^^^^^^
TypeError: create.<locals>.Validator.__init__() got an unexpected keyword argument 'registry'


Additional info:
package version : jupyterlab 4.0.8-1

Steps to reproduce:
run "jupyter lab"
This task depends upon

Closed by  Toolybird (Toolybird)
Wednesday, 08 November 2023, 20:31 GMT
Reason for closing:  Works for me
Comment by Toolybird (Toolybird) - Wednesday, 08 November 2023, 20:30 GMT
> Critical

Failing to read the guidelines [1] is not a great start. Please don't make rookie errors like that again.

The app opens up fine here so you probably have a local python issue (pip installed foreign stuff?). Please use the support channels (Forum/IRC/Mailing Lists/Reddit/etc) to seek assistance for troubleshooting your installation.

[1] https://wiki.archlinux.org/title/Bug_reporting_guidelines#Severity

Loading...