-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
annotators wont work in geoviews #526
Comments
Please also report your bokeh and panel versions. Thanks! |
bokeh 2.3.3 py39hecd8cb5_0 |
In case it helps, the example from the documentation does work with geoviews 1.7.0 but it is broken with later versions |
Thanks @pmav99 for the info. The version of geoviews you mention was based on |
@philippjfr @maximlt Hi, I've been testing the annotators example (https://pyviz-dev.github.io/geoviews/user_guide/Annotators.html) but similar to other posts, geoviews won't output a result. Here are my packages: I've also tried with Without installing geoviews though (e.g. Is there any way I can use the annotators from geoviews? How do I build the installation so I can use it? Thanks. |
The annotators still need to be fixed! What type of compatibility issue did you have with Shapely while trying to install GeoViews 1.7? Did you start to create an environment from scratch? GeoViews 1.7 was release in March 2020. At about the same time Shapely 1.7 was also released, so I suggest you try installing them together (e.g. with |
Updated package.json Updated tsconfig.json to match with panel and updated manifest with TS/bokeh files. I think this will fix #526 when installing from pip / conda.
Maybe linked to #462
ALL software version info
Macos 11.5.2
Chrome 93.0.4577.82
geoviews 1.9.1 pypi_0 pypi
geoviews-core 1.9.1 pyh06a4308_0
jupyter 1.0.0 py39h6e9494a_6 conda-forge
jupyter_client 7.0.1 pyhd3eb1b0_0
jupyter_console 6.4.0 pyhd8ed1ab_0 conda-forge
jupyter_core 4.7.1 py39hecd8cb5_0
jupyterlab_pygments 0.1.2 py_0
jupyterlab_widgets 1.0.2 pyhd8ed1ab_0 conda-forge
Jupyter kernel Python 3 (ipykernel)
I also try with
geoviews 1.9.1 py_0 pyviz
and
geoviews 1.9.1 pyhd8ed1ab_1 conda-forge
with the same result
Description of expected behavior and the observed behavior
With the example notebook
https://examples.pyviz.org/assets/ml_annotators.zip
I'm getting no annotation tools showing up, and the same Uncaught Error: Model 'geoviews.models.custom_tools.ClearTool' does not exist. This could be due to a widget or a custom model not being registered before first usage. message in the console.
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: