A guide to debug common issues and get help.
zenml status
zenml stack describe
ZENML_LOGGING_VERBOSITY
environment variable to change the type of logs shown. The default value of ZENML_LOGGING_VERBOSITY
environment variable is:
WARN
, ERROR
, CRITICAL
, DEBUG
to change whatโs shown in the logs. And export the environment variable in your terminal. For example in Linux:
zenml deploy
, first get the pod name:
zenml up
again after each restart. Local ZenML deployments donโt survive machine restarts.
step
on line 24 expects an experiment tracker but could not find it on the stack. To solve it, register an experiment tracker of your choice on the stack. For example
Rosetta
.
But a community member recently discovered a way to install ZenML on Apple Silicon without Rosetta. Join the conversation here.