-
Notifications
You must be signed in to change notification settings - Fork 1
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
when launching tastymap ui: AttributeError: module 'panel.widgets' has no attribute 'ColorMap' #14
Comments
Thanks! Panel released ColorMap widget in v1.3.0 so if you upgrade Panel it'll work. On my end, I need to pin panel>=1.3.0. |
ah, gotcha. I have installed again in a new env, however now I get another error :(
|
Maybe the issue is related to installation with mamba/conda and pip. It would be nice to have tastymap in conda so it is possible to install everything with mamba/conda :) |
Can you share the version of panel and matplotlib? I'll try to reproduce. Yes, eventually I should get it released on conda. Feel free to help me do that too :D |
In the meantime, you can try the UI here: https://huggingface.co/spaces/ahuang11/tastykitchen |
I'm on
I'll try it on that link, thanks so much! |
ALL software version info
Description of expected behavior and the observed behavior
When running
tastymap ui
in the terminal I get:Complete, minimal, self-contained example code that reproduces the issue
The text was updated successfully, but these errors were encountered: