-
Notifications
You must be signed in to change notification settings - Fork 185
Open
Description
Getting this error with the latest Arch package version
❯ jupyter --version
Selected Jupyter core packages...
IPython : 8.16.0
ipykernel : 6.25.2
ipywidgets : not installed
jupyter_client : 8.4.0
jupyter_core : 5.4.0
jupyter_server : 2.8.0
Traceback (most recent call last):
File "/usr/bin/jupyter", line 8, in <module>
sys.exit(main())
^^^^^^
File "/usr/lib/python3.11/site-packages/jupyter_core/command.py", line 261, in main
mod = __import__(package)
^^^^^^^^^^^^^^^^^^^
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'
l0b0, aploium and BrainAnnexmat-l, gokceneraslan and aycaecemgulsupreetkt
Metadata
Metadata
Assignees
Labels
No labels