HRDudeness
HRDudeness
I would also like to see an implementation of non-parametric equivalence test and/or an option for Bootstrapping parameters.
Unable to import component: cannot import name 'MarkerShape' from 'simple_dwd_weatherforecast.dwdmap
Still an issue on 2.1.17. Version 2.1.13 was the last one working for me. ``` Logger: homeassistant.setup Source: setup.py:334 First occurred: 13:07:42 (1 occurrences) Last logged: 13:07:42 Setup failed for...
Unable to import component: cannot import name 'MarkerShape' from 'simple_dwd_weatherforecast.dwdmap
Ok, I'm not using a container version. I have the bare metal install of HA Core on a DietPi system. Maybe there is some difference. Anything I could help with...
Unable to import component: cannot import name 'MarkerShape' from 'simple_dwd_weatherforecast.dwdmap
> can confirm, running this in side the container and restarting gets it working: > > ```shell > rm -rf /config/deps/lib/python3.12/site-packages/simple_dwd_weatherforecast* > cp -r /config/deps/simple_dwd_weatherforecast* /config/deps/lib/python3.12/site-packages/ > ``` That did...