IBM / jupyterlab-s3-browser

A JupyterLab extension for browsing S3-compatible object storage
Apache License 2.0
119 stars 43 forks source link

Can not install on JupyterLab 3.0 #33

Closed haijohn closed 3 years ago

haijohn commented 3 years ago

Describe the bug when install on jupyterlab 3.0 the following error occured:

An error occured.
ValueError: The extension "jupyterlab-s3-browser" does not yet support the current version of JupyterLab.

Conflicting Dependencies:
JupyterLab                  Extension      Package
>=3.0.0 <3.1.0              >=2.0.0 <3.0.0 @jupyterlab/application
>=3.0.0 <3.1.0              >=2.0.0 <3.0.0 @jupyterlab/apputils
>=5.0.0 <5.1.0              >=4.0.0 <5.0.0 @jupyterlab/coreutils
>=3.0.0 <3.1.0              >=2.0.0 <3.0.0 @jupyterlab/docmanager
>=3.0.0 <3.1.0              >=2.0.0 <3.0.0 @jupyterlab/filebrowser
>=6.0.0 <6.1.0              >=5.0.0 <6.0.0 @jupyterlab/services
>=3.0.0 <3.1.0              >=2.0.0 <3.0.0 @jupyterlab/settingregistry
See the log file for details:  /tmp/jupyterlab-debug-8x6pskax.log

To Reproduce Steps to reproduce the behavior: jupyter labextension install jupyterlab-s3-browser

octavd commented 3 years ago

I think this extension is abandoned. :(

reevejd commented 3 years ago

Thanks for opening the issue. I definitely want to support JupyterLab 3, but I haven't had time to work on it yet. I'll try to release a 3.x compatible version sometime this weekend.

reevejd commented 3 years ago

The upgrade process requires more effort than I expected, so it will likely take another week or two before I find time to finish it.

av8r commented 3 years ago

any news ?

reevejd commented 3 years ago

I should be able to put out a release candidate version tomorrow for anyone who's interested to try. Then probably a final version a few days later.

reevejd commented 3 years ago

JupyterLab 3 is now supported. You can try it out with:

pip install jupyterlab-s3-browser==0.8.0