This message was deleted.
# ask-for-help
s
This message was deleted.
a
Is it possible to share the service definition, that you're using?
@tahutu ☝️ , need more than just trace log to help you
s
@tahutu Can you please share with us your configuration?
t
runners: timeout: 900 This is configuration.yaml file I am using. the app will override the default config of bentoml (at lib/python3.9/site-packages/bentoml/_internal/configuration/v1/default_configuration.yaml), but when reading bentoml default config, the above error was raised
s
That’s strange. Could you be having a dirty version of bentoml installation. Have you tried uninstalling bentoml and reinstalling?
a
Hi there, is there any chance that in your
service.py
you have something like
import schema
?
or
from schema import …