-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: module 'lore.pipelines' has no attribute 'hold' #108
Comments
Do you mind providing the full stacktrace? It looks like there is a typo, since the correct type of pipeline is probably |
Many thanks for your response!
ERROR: unit.test_subscribers (unittest.loader._FailedTest)ImportError: Failed to import test module: unit.test_subscribers Ran 1 test in 0.002s FAILED (errors=1) |
Did you recently upgrade to lore 0.6.X? You'll now need to import specific pipeline modules. In this case:
at the top of "/root/mairui/mairui/pipelines/subscribers.py" |
I have updated the documentation to reflect this: 07aad34 |
Yes |
Thank you |
When I run the test,How to solve it
The text was updated successfully, but these errors were encountered: