jupyterlab / jupyterlab-google-drive

Cloud storage for JupyterLab using Google Drive
BSD 3-Clause "New" or "Revised" License
400 stars 76 forks source link

ValueError: The extension "@jupyterlab/google-drive" does not yet support the current version of JupyterLab. #200

Closed tasanyphy01773 closed 1 year ago

tasanyphy01773 commented 3 years ago

image

welcome[bot] commented 3 years ago

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively. welcome You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:

tamama commented 2 years ago
(tamama) [centos@ip-172-31-24-25 sample-node-1]$ 
(tamama) [centos@ip-172-31-24-25 sample-node-1]$ jupyter --version
Selected Jupyter core packages...
IPython          : 7.29.0
ipykernel        : 6.4.1
ipywidgets       : not installed
jupyter_client   : 7.0.6
jupyter_core     : 4.9.1
jupyter_server   : 1.4.1
jupyterlab       : 3.2.1
nbclient         : 0.5.3
nbconvert        : 6.1.0
nbformat         : 5.1.3
notebook         : 6.4.6
qtconsole        : not installed
traitlets        : 5.1.1
(tamama) [centos@ip-172-31-24-25 sample-node-1]$ 
(tamama) [centos@ip-172-31-24-25 sample-node-1]$ jupyter labextension install @jupyterlab/google-drive
An error occurred.
ValueError: The extension "@jupyterlab/google-drive" does not yet support the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab                  Extension      Package
>=3.2.1 <3.3.0              >=2.0.0 <3.0.0 @jupyterlab/application
>=3.2.1 <3.3.0              >=2.0.0 <3.0.0 @jupyterlab/apputils
>=5.2.1 <5.3.0              >=4.0.0 <5.0.0 @jupyterlab/coreutils
>=3.2.1 <3.3.0              >=2.0.0 <3.0.0 @jupyterlab/docmanager
>=3.2.1 <3.3.0              >=2.0.0 <3.0.0 @jupyterlab/filebrowser
>=3.2.1 <3.3.0              >=2.0.0 <3.0.0 @jupyterlab/mainmenu
>=6.2.1 <6.3.0              >=5.0.0 <6.0.0 @jupyterlab/services
>=3.2.1 <3.3.0              >=2.0.0 <3.0.0 @jupyterlab/settingregistry
See the log file for details:  /tmp/jupyterlab-debug-m3tif6gn.log
(tamama) [centos@ip-172-31-24-25 sample-node-1]$ 
tamama commented 2 years ago
The extension "@jupyterlab/google-drive" does not yet support the current version of JupyterLab.

+1

tamama commented 2 years ago

For the time being, I have to roll-back JupyterLab to 2.3.1 - since your plugin is too important for me ATM

(base) conda install -y jupyterlab=2.3.1
orboan commented 2 years ago

Hello, any plans to update this plugin to make it compatible with current versions of jupyterlab (>= 3.0)? Thanks