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 searched for other issues and couldn't find a solution or duplication
I already searched in Google and didn't find any good information or help
I looked at the docs and didn't see anything to help
What happened?
When I open my Anaconda Navigator I am getting Application launch error. I get the following Error pop-up:
Traceback (most recent call last):
File "C:\Users\91949\anaconda\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\91949\anaconda\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\91949\anaconda\Scripts\jupyter-notebook.exe_main.py", line 4, in
File "C:\Users\91949\anaconda\lib\site-packages\notebook\app.py", line 12, in
from jupyter_server.base.handlers import JupyterHandler
File "C:\Users\91949\anaconda\lib\site-packages\jupyter_server\base\handlers.py", line 23, in
from jupyter_events import EventLogger
File "C:\Users\91949\anaconda\lib\site-packages\jupyter_events_init.py", line 3, in
from .logger import EVENTS_METADATA_VERSION, EventLogger
File "C:\Users\91949\anaconda\lib\site-packages\jupyter_events\logger.py", line 19, in
from .schema import SchemaType
File "C:\Users\91949\anaconda\lib\site-packages\jupyter_events\schema.py", line 18, in
from .validators import draft7_format_checker, validate_schema
File "C:\Users\91949\anaconda\lib\site-packages\jupyter_events\validators.py", line 44, in
JUPYTER_EVENTS_SCHEMA_VALIDATOR = Draft7Validator(
TypeError: create..Validator.init() got an unexpected keyword argument 'registry'
Conda info
C:\Users\91949>conda info
active environment : None
user config file : C:\Users\91949\.condarc
populated config files : C:\Users\91949\.condarc
conda version : 24.1.2
conda-build version : 24.1.2
python version : 3.11.7.final.0
solver : libmamba (default)
virtual packages : __archspec=1=x86_64
__conda=24.1.2=0
__win=0=0
base environment : C:\Users\91949\anaconda3\anaconda (writable)
conda av data dir : C:\Users\91949\anaconda3\anaconda\etc\conda
conda av metadata url : None
channel URLs : https://repo.anaconda.com/pkgs/main/win-64
https://repo.anaconda.com/pkgs/main/noarch
https://repo.anaconda.com/pkgs/r/win-64
https://repo.anaconda.com/pkgs/r/noarch
https://repo.anaconda.com/pkgs/msys2/win-64
https://repo.anaconda.com/pkgs/msys2/noarch
package cache : C:\Users\91949\anaconda3\anaconda\pkgs
C:\Users\91949\.conda\pkgs
C:\Users\91949\AppData\Local\conda\conda\pkgs
envs directories : C:\Users\91949\anaconda3\anaconda\envs
C:\Users\91949\.conda\envs
C:\Users\91949\AppData\Local\conda\conda\envs
platform : win-64
user-agent : conda/24.1.2 requests/2.31.0 CPython/3.11.7 Windows/10 Windows/10.0.22621 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.6 aau/0.4.3 c/qKrrkQ5fXGFhvv1d3w7nhw s/poQ6pmGTvqk_yKlffIf10A e/l53mSwAr55uNk1xgqlbvSQ
administrator : False
netrc file : None
offline mode : False
Checklist
What happened?
When I open my Anaconda Navigator I am getting Application launch error. I get the following Error pop-up:
Traceback (most recent call last):
File "C:\Users\91949\anaconda\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Users\91949\anaconda\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\91949\anaconda\Scripts\jupyter-notebook.exe_main.py", line 4, in
File "C:\Users\91949\anaconda\lib\site-packages\notebook\app.py", line 12, in
from jupyter_server.base.handlers import JupyterHandler
File "C:\Users\91949\anaconda\lib\site-packages\jupyter_server\base\handlers.py", line 23, in
from jupyter_events import EventLogger
File "C:\Users\91949\anaconda\lib\site-packages\jupyter_events_init.py", line 3, in
from .logger import EVENTS_METADATA_VERSION, EventLogger
File "C:\Users\91949\anaconda\lib\site-packages\jupyter_events\logger.py", line 19, in
from .schema import SchemaType
File "C:\Users\91949\anaconda\lib\site-packages\jupyter_events\schema.py", line 18, in
from .validators import draft7_format_checker, validate_schema
File "C:\Users\91949\anaconda\lib\site-packages\jupyter_events\validators.py", line 44, in
JUPYTER_EVENTS_SCHEMA_VALIDATOR = Draft7Validator(
TypeError: create..Validator.init() got an unexpected keyword argument 'registry'
Conda info
Conda config
Conda list
Additional Context
No response
The text was updated successfully, but these errors were encountered: