Replies: 1 comment
-
i found a quick fix for me that works `
` |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i aim using pysolre and it seems that now NumPy 2.0 is installed with pysolar.
My AppDaemon breaks over night after a reboot, how can i fix this?
my config
`
system_packages: []
python_packages:
init_commands: []
`
the error
WARNING AppDaemon: ------------------------------------------------------------ AttributeError: np.float_ was removed in the NumPy 2.0 release. Use np.float64 instead. raise AttributeError( File "/usr/lib/python3.11/site-packages/numpy/init.py", line 397, in getattr ^^^^^^^^^ np_float_ = np.float_ File "/usr/lib/python3.11/site-packages/deepdiff/helper.py", line 63, in <module> from deepdiff.helper import (strings, bytes_type, numbers, uuids, times, ListItemRemovedOrAdded, notpresent, File "/usr/lib/python3.11/site-packages/deepdiff/diff.py", line 18, in <module> from .diff import DeepDiff File "/usr/lib/python3.11/site-packages/deepdiff/init.py", line 10, in <module> from deepdiff import DeepDiff File "/usr/lib/python3.11/site-packages/appdaemon/plugins/hass/hassplugin.py", line 14, in <module> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mod = import(full_module_name, globals(), locals(), [module_name], 0) File "/usr/lib/python3.11/site-packages/appdaemon/plugin_management.py", line 140, in init WARNING AppDaemon: Traceback (most recent call last): WARNING AppDaemon: ------------------------------------------------------------ WARNING AppDaemon: error loading plugin: HASS - ignoring INFO AppDaemon: Loading Plugin HASS using class HassPlugin from module hassplugin
Beta Was this translation helpful? Give feedback.
All reactions