Skip to content

Conflicting dependencies with jupyterlab=4.0.2 #264

@roxyboy

Description

@roxyboy

First and foremost, I truly appreciate this package. Thank you for developing and maintaining it!

I'm trying to install the labextension to jupyterlab=4.0.2 but I've been getting the following error:

$ jupyter labextension install dask-labextension
(Deprecated) Installing extensions with the jupyter labextension install command is now deprecated and will be removed in a future major version of JupyterLab.

Users should manage prebuilt extensions with package managers like pip and conda, and extension authors are encouraged to distribute their extensions as prebuilt packages 
/tank/spectre/tuchida/miniconda3/envs/dmd/lib/python3.9/site-packages/jupyterlab/debuglog.py:56: UserWarning: An error occurred.
  warnings.warn("An error occurred.")
/tank/spectre/tuchida/miniconda3/envs/dmd/lib/python3.9/site-packages/jupyterlab/debuglog.py:57: UserWarning: ValueError: The extension "dask-labextension" does not yet support the current version of JupyterLab.


Conflicting Dependencies:
JupyterLab                  Extension        Package
>=4.0.2 <4.1.0              >=3.0.0 <4.0.0   @jupyterlab/application
>=4.1.2 <4.2.0              >=3.0.0 <4.0.0   @jupyterlab/apputils
>=4.0.2 <4.1.0              >=3.0.0 <4.0.0   @jupyterlab/codeeditor
>=4.0.2 <4.1.0              >=3.0.0 <4.0.0   @jupyterlab/console
>=6.0.2 <6.1.0              >=5.0.0 <6.0.0   @jupyterlab/coreutils
>=4.0.2 <4.1.0              >=3.0.0 <4.0.0   @jupyterlab/mainmenu
>=4.0.2 <4.1.0              >=3.0.0 <4.0.0   @jupyterlab/notebook
>=7.0.2 <7.1.0              >=6.0.0 <7.0.0   @jupyterlab/services
>=4.0.2 <4.1.0              >=3.0.0 <4.0.0   @jupyterlab/settingregistry
>=4.0.2 <4.1.0              >=3.0.0 <4.0.0   @jupyterlab/statedb
>=4.0.2 <4.1.0              >=3.0.0 <4.0.0   @jupyterlab/ui-components
>=2.0.0 <3.0.0              >=1.3.3 <2.0.0   @lumino/algorithm
>=2.0.0 <3.0.0              >=1.5.3 <2.0.0   @lumino/coreutils
>=2.0.0 <3.0.0              >=1.2.3 <2.0.0   @lumino/domutils
>=2.0.0 <3.0.0              >=1.7.1 <2.0.0   @lumino/dragdrop
>=2.0.0 <3.0.0              >=1.4.3 <2.0.0   @lumino/messaging
>=2.0.0 <3.0.0              >=1.0.4 <2.0.0   @lumino/polling
>=2.0.0 <3.0.0              >=1.4.3 <2.0.0   @lumino/signaling
>=2.0.1 <3.0.0              >=1.17.0 <2.0.0  @lumino/widgets
>=18.2.0 <19.0.0            >=17.0.1 <18.0.0 react
>=18.2.0 <19.0.0            >=17.0.1 <18.0.0 react-dom
  warnings.warn(msg[-1].strip())
/tank/spectre/tuchida/miniconda3/envs/dmd/lib/python3.9/site-packages/jupyterlab/debuglog.py:58: UserWarning: See the log file for details: /tmp/jupyterlab-debug-8bmxc670.log
  warnings.warn(f"See the log file for details: {log_path!s}")

As a temporary fix, should I revert to older jupyterlab versions?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions