My JupyterLab is version 2.2.0, the latest one. I run the command ```bash jupyter labextension install nbgather ``` The error looks like ``` An error occured. ValueError: The extension "nbgather" does not yet support the current version of JupyterLab. Conflicting Dependencies: JupyterLab Extension Package >=2.2.0 <2.3.0 >=1.2.0 <2.0.0 @jupyterlab/application >=2.2.0 <2.3.0 >=1.2.0 <2.0.0 @jupyterlab/apputils >=4.2.0 <4.3.0 >=3.2.0 <4.0.0 @jupyterlab/coreutils >=2.2.0 <2.3.0 >=1.2.0 <2.0.0 @jupyterlab/docmanager >=2.2.0 <2.3.0 >=1.2.0 <2.0.0 @jupyterlab/fileeditor >=2.2.0 <2.3.0 >=1.2.1 <2.0.0 @jupyterlab/notebook >=2.2.0 <2.3.0 >=1.2.0 <2.0.0 @jupyterlab/rendermime ```
My JupyterLab is version 2.2.0, the latest one.
I run the command
The error looks like