-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when saving to HTML in JupyterLab 4 #1137
Comments
Looks like generally + /usr/bin/python3 -sBm build -w --no-isolation
* Getting build dependencies for wheel...
running egg_info
creating ipyleaflet.egg-info
writing ipyleaflet.egg-info/PKG-INFO
writing dependency_links to ipyleaflet.egg-info/dependency_links.txt
writing requirements to ipyleaflet.egg-info/requires.txt
writing top-level names to ipyleaflet.egg-info/top_level.txt
writing manifest file 'ipyleaflet.egg-info/SOURCES.txt'
reading manifest file 'ipyleaflet.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
<string>:38: DeprecatedWarning: create_cmdclass is deprecated as of 0.8 and will be removed in 1.0. "
Use `wrap_installers` to handle prebuild steps in cmdclass.
Use `get_data_files` to handle data files.
Use `include_package_data=True` and `MANIFEST.in` for package data.
<string>:40: DeprecatedWarning: install_npm is deprecated as of 0.8 and will be removed in 1.0. Use `npm_builder` and `wrap_installers`
/usr/lib/python3.8/site-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg`
!!
********************************************************************************
The license_file parameter is deprecated, use license_files instead.
By 2023-Oct-30, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
parsed = self.parsers.get(option_name, lambda x: x)(value)
warning: no files found matching '*.*' under directory 'ipyleaflet/nbextension'
warning: no files found matching '*.*' under directory 'ipyleaflet/labextension'
warning: no previously-included files found matching 'ipyleaflet/labextension/static/*.js.LICENSE.txt'
warning: no previously-included files found matching 'ipyleaflet/nbextension/*.js.LICENSE.txt'
adding license file 'LICENSE'
writing manifest file 'ipyleaflet.egg-info/SOURCES.txt'
ERROR Missing dependencies:
jupyterlab<4,>=3.0.0 |
Thank you for opening an issue. Looking at the error traceback, I don't think this has to do with JupyterLab 4 at all.
This looks a lot like it has to do with the recent changes in ipywidgets regarding the comm creation. I can try to have a deeper look someday.
ipyleaflet works with JupyterLab 4.x. It just does not build against it yet. |
JupyterLab 4.x does not work properly with ipyleaflet yet. Just be aware |
I came across this fork which claims to run with JupyterLab>4. Perhaps it is possible to merge the commits from there. |
When I try to save a map using JupyterLab 4.0.5 I get error.
However if I install the extension (which is suppose to be appropriate for JupyterLab <= 2) I get rid of the error.
See more details here
The text was updated successfully, but these errors were encountered: