You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware this issue exists but for some reason I still get the error. I have tried to create a new conda environment using: conda create -p /project/bp_project_alexnet python==3.11 jupyter but still no luck.
Additionally, I have tried these commands: pip install --upgrade jupyterlab jupyterlab_server jupyter_server traitlets nbformat
And even downgrading jsonschema: conda install -c conda-forge jsonschema==4.19.2
Is there anything I am missing? I am using Python 3.11 and have a fresh conda environment at the moment.
Error message:
Traceback (most recent call last):
File "/project/bp_project_alexnet/bin/jupyter-notebook", line 6, in <module>
from notebook.app import main
File "/project/bp_project_alexnet/lib/python3.11/site-packages/notebook/app.py", line 17, in <module>
from jupyter_server.serverapp import flags
File "/project/bp_project_alexnet/lib/python3.11/site-packages/jupyter_server/serverapp.py", line 40, in <module>
from jupyter_events.logger import EventLogger
File "/project/bp_project_alexnet/lib/python3.11/site-packages/jupyter_events/__init__.py", line 3, in <module>
from .logger import EVENTS_METADATA_VERSION, EventLogger
File "/project/bp_project_alexnet/lib/python3.11/site-packages/jupyter_events/logger.py", line 20, in <module>
from .schema import SchemaType
File "/project/bp_project_alexnet/lib/python3.11/site-packages/jupyter_events/schema.py", line 18, in <module>
from .validators import draft7_format_checker, validate_schema
File "/project/bp_project_alexnet/lib/python3.11/site-packages/jupyter_events/validators.py", line 46, in <module>
JUPYTER_EVENTS_SCHEMA_VALIDATOR = Draft7Validator(
^^^^^^^^^^^^^^^^
TypeError: create.<locals>.Validator.__init__() got an unexpected keyword argument 'registry'
Hi,
I am aware this issue exists but for some reason I still get the error. I have tried to create a new conda environment using:
conda create -p /project/bp_project_alexnet python==3.11 jupyter
but still no luck.Additionally, I have tried these commands:
pip install --upgrade jupyterlab jupyterlab_server jupyter_server traitlets nbformat
And even downgrading
jsonschema
:conda install -c conda-forge jsonschema==4.19.2
Is there anything I am missing? I am using Python 3.11 and have a fresh conda environment at the moment.
Error message:
Any help would be appreciated. Thanks.
Neville
The text was updated successfully, but these errors were encountered: