Replies: 1 comment 2 replies
-
This error occurs when something is really broken. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I’ve built a Python app using the AutoTS library for forecasting. It works fine when run directly with Python, but after converting it to an executable using PyInstaller, I encounter the following error:
Evaluation Metrics are missing and all models have failed, by an error in template or metrics. There are many possible causes for this, bad parameters, environment, or an unreported bug. Usually this means you are missing required packages for the models like fbprophet or gluonts, or that the models in model_list are inappropriate for your data. A new starting template may also help. KeyError('smape')
Has anyone faced similar issues or know why this might be happening? Are there specific dependencies or settings required to ensure AutoTS works properly with PyInstaller?
Any guidance on resolving this would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions