springfall2008 / predai

predai
Apache License 2.0
8 stars 2 forks source link

Installation failure with error message - Illegal instruction (core dumped) #14

Open silkit opened 1 month ago

silkit commented 1 month ago

I've got the YAML file configured but no matter what i do I seem to get a repeating error in the predai log that continually loops multiple times a second and no additional entities created so have temporarily stopped the service.

[13:48:22] INFO: PredAI init script running
Running App Process Management
Your API key is: 86f6de9b3f59cfe9c7667cc21068b2e9879f4b67d6a5222cfa0083d2de219062c4095ff1a6243d3baff8e49a5d035ba0378e0b3f27ce9230
Bootstrap predai
Copy initial python files
Startup
Illegal instruction (core dumped)
SwiftRR commented 1 month ago

I set up predai earlier this week and it seems to be running fine. See also my two posts under #13 below.

This is the first part of my predai-add-on log. You can see my system in the log.

Running App Process Management
Your API key is: 2662b94e24384d41933148081339b164c98de3c7d37ef204a39aed6d8de8645252745df5648c187e5d9a14192d2634f0934f4446bfb90649
Bootstrap predai
Copy initial python files
Startup
-----------------------------------------------------------

 Add-on: predai
 AI Based time series prediction for Home Assistant
-----------------------------------------------------------
 Add-on version: 1.1.14
 You are running the latest version of this add-on.
 System: Home Assistant OS 12.3  (aarch64 / raspberrypi4-64)
 Home Assistant Core: 2024.6.4
 Home Assistant Supervisor: 2024.08.0
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-timezone: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
[15:34:45] INFO: Configuring timezone (Europe/London)...
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service base-addon-timezone successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
Importing plotly failed. Interactive plots will not work.
Importing plotly failed. Interactive plots will not work.
HA Interface started key 2662b94e24384d41933148081339b164c98de3c7d37ef204a39aed6d8de8645252745df5648c187e5d9a14192d2634f0934f4446bfb90649 url http://supervisor/core
Configuration loaded
Update at time 2024-08-13 15:00:00+01:00 Processing sensor sensor.givtcp_ce2218g352_load_energy_today_kwh incrementing True reset_daily True interval 30 days 14 export_days 14 subtract None
Getting history for sensor sensor.givtcp_ce2218g352_load_energy_today_kwh start 2024-07-30T15:00:00+0100 end 2024-08-13T15:00:00+0100
History for sensor sensor.givtcp_ce2218g352_load_energy_today_kwh starts at 2024-08-02 03:42:00+00:00 ends at 2024-08-13 13:59:00+00:00
Process dataset for sensor sensor.givtcp_ce2218g352_load_energy_today_kwh start 2024-08-02 03:42:00+00:00 end 2024-08-13 13:59:00+00:00 incrementing True reset_low 1.0 reset_high 2.0
                           ds    y
0   2024-08-02 03:00:00+00:00  0.0
1   2024-08-02 03:30:00+00:00  0.0
2   2024-08-02 04:00:00+00:00  0.1
3   2024-08-02 04:30:00+00:00  0.1
4   2024-08-02 05:00:00+00:00  0.1
..                        ...  ...
545 2024-08-13 11:30:00+00:00  0.1
546 2024-08-13 12:00:00+00:00  0.1
547 2024-08-13 12:30:00+00:00  0.0
548 2024-08-13 13:00:00+00:00  0.6
549 2024-08-13 13:30:00+00:00  0.1

Rob