Skip to content
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

AttributeError in _compute_group_range for linked plots in Holoviews version 1.14.0 #14

Closed
pat-schmitt opened this issue Dec 21, 2020 · 9 comments

Comments

@pat-schmitt
Copy link
Member

With Holoviews 1.14.0 an AttributeError occurs.
This problem is already solved (see holoviz/holoviews#4742).
Until Holoviews 1.14.1 is released I pin the Holoviews version to 1.13.5.

@fmaussion
Copy link
Member

@pat-schmitt
Copy link
Member Author

Yes today in the morning the new version 1.14.1 was not in the conda-forge but now it is, so I test it right now...

@pat-schmitt
Copy link
Member Author

Ok the new version is only on the conda-forge homepage now, but when tipping conda update holoviews only version 1.14.0 is found. Maybe it take some time until the new version is really available, but I will try again tomorrow

@fmaussion
Copy link
Member

ok no stress. Maybe we can ask @TimoRoth for when this version will hit our Docker images as well, since we need that to update the simulator on the bokeh server?

@TimoRoth
Copy link
Member

Unless it came out today, it should already be part of the latest untested_base image, since those are auto-built every Sunday.

@pat-schmitt
Copy link
Member Author

Ok, yes it came out today an hour ago, so we must wait until next Sunday

@TimoRoth
Copy link
Member

I can also just re-run yesterdays build: https://github.com/OGGM/OGGM-Docker/actions/runs/446460336
Should show up here in a few hours: https://hub.docker.com/r/oggm/untested_base/tags

@pat-schmitt
Copy link
Member Author

Ok I tested Holoviews 1.14.1 on my computer and it is working, so I will unpin the Holoviews version again.

I have a question regarding the docker image. I want to check which version of Holoviews is installed in the new image oggm/bokeh:20201228.
To list all packages from oggm/untested_base:20201228 I use: docker run -it oggm/untested_base:20201228 bash
and then pip list.
But this do not work with oggm/bokeh:20201228, I think because this image execute a data ( ENTRYPOINT ["/home/bokeh/run.sh"]) when it is started. But I am not sure. So is there a other way to check the python versions?

@fmaussion
Copy link
Member

@TimoRoth what is the HoloViews version on oggm/bokeh:20201228 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants