custom model registration fails inside of hub/__init__.py
due to __pycache__
#440
Labels
bug
Something isn't working
hub/__init__.py
due to __pycache__
#440
When registering custom models with the new
yaml
flow,module_exec
fails to to find module attribute corresponding to the class name. This appears to be due to the__pycache__
storing old/invalid module specs. Need a way to clear out the cache or skip it entirely when registering these models.The text was updated successfully, but these errors were encountered: