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
Hey folks, after installing the most recent release I'm seeing the following error when attempting to list extensions:
KeyError: 'packageManager' not found inside install.json
$ jupyter labextension list --debugSearching ['/Users/achhina/venvs/plotly-test/etc/jupyter', '/Users/achhina/.config/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config filesLooking for jupyter_config in /etc/jupyterLooking for jupyter_config in /usr/local/etc/jupyterLooking for jupyter_config in /Users/achhina/.config/jupyterLooking for jupyter_config in /Users/achhina/venvs/plotly-test/etc/jupyterLooking for lab_config in /etc/jupyterLooking for lab_config in /usr/local/etc/jupyterLooking for lab_config in /Users/achhina/.config/jupyterLooking for lab_config in /Users/achhina/venvs/plotly-test/etc/jupyterYarn configuration loaded.JupyterLab v4.4.3/Users/achhina/venvs/plotly-test/share/jupyter/labextensions jupyterlab_pygments v0.3.0 enabled OK (python, jupyterlab_pygments)Traceback (most recent call last): File "/Users/achhina/venvs/plotly-test/lib/python3.13/site-packages/jupyterlab/debuglog.py", line 45, in debug_logging yield File "/Users/achhina/venvs/plotly-test/lib/python3.13/site-packages/jupyterlab/labextensions.py", line 169, in start ans = self.run_task() File "/Users/achhina/venvs/plotly-test/lib/python3.13/site-packages/jupyterlab/labextensions.py", line 425, in run_task list_extensions( ~~~~~~~~~~~~~~~^ app_options=AppOptions( ^^^^^^^^^^^^^^^^^^^^^^^ ...<5 lines>... ) ^ ) ^ File "/Users/achhina/venvs/plotly-test/lib/python3.13/site-packages/jupyterlab/commands.py", line 580, in list_extensions return handler.list_extensions() ~~~~~~~~~~~~~~~~~~~~~~~^^ File "/Users/achhina/venvs/plotly-test/lib/python3.13/site-packages/jupyterlab/commands.py", line 788, in list_extensions self._list_federated_extensions() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/Users/achhina/venvs/plotly-test/lib/python3.13/site-packages/jupyterlab/commands.py", line 1759, in _list_federated_extensions extra += " ({}, {})".format(install["packageManager"], install["packageName"]) ~~~~~~~^^^^^^^^^^^^^^^^^^KeyError: 'packageManager'/Users/achhina/venvs/plotly-test/lib/python3.13/site-packages/jupyterlab/debuglog.py:54: UserWarning: An error occurred. warnings.warn("An error occurred.")/Users/achhina/venvs/plotly-test/lib/python3.13/site-packages/jupyterlab/debuglog.py:55: UserWarning: KeyError: 'packageManager' warnings.warn(msg[-1].strip())/Users/achhina/venvs/plotly-test/lib/python3.13/site-packages/jupyterlab/debuglog.py:56: UserWarning: See the log file for details: /var/folders/7d/6v1f4d011x7b9v6tbvw4x6480000gn/T/jupyterlab-debug-xcr2tdtu.log warnings.warn(f"See the log file for details: {log_path!s}")Exiting application: lab
Looks to be related to the changes in #5096, and potentially mixing of source extensions with federated ones?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hey folks, after installing the most recent release I'm seeing the following error when attempting to list extensions:
Looks to be related to the changes in #5096, and potentially mixing of source extensions with federated ones?
The text was updated successfully, but these errors were encountered: