I just took notice that the dash-daq components have been made MIT licensed , i.e. free to use. Am I understanding this correctly? This is too good to be true
Yes indeed
Psyched to see what you build with them!
7 Likes
This should be featured!
Fantastic!!! Thanks a lot.
I just noticed, that after the recent update, importing dash_daq seems to throw an error related to the removal of events.
File "/home/.../.local/lib/python3.7/site-packages/dash_daq/__init__.py", line 10, in <module>
'dash_daq'
File "/home/.../.local/lib/python3.7/site-packages/dash/development/component_loader.py", line 59, in load_components
namespace
File "/home/.../.local/lib/python3.7/site-packages/dash/development/_py_components_generation.py", line 210, in generate_class
string = generate_class_string(typename, props, description, namespace)
File "/home/.../.local/lib/python3.7/site-packages/dash/development/_py_components_generation.py", line 105, in generate_class_string
prohibit_events(props)
File "/home/.../.local/lib/python3.7/site-packages/dash/development/_py_components_generation.py", line 290, in prohibit_events
'Events are no longer supported by dash. Use properties instead, '
dash.exceptions.NonExistentEventException: Events are no longer supported by dash. Use properties instead, eg `n_clicks` instead of a `click` event.
Yes, this has to do with the most recent version of Dash. I would recommend temporarily switching into 0.35.0
. Weβre working on fixing that right now!
1 Like
Update β new version of dash-daq
has been released that is compatible with dash 0.36.0
!