-
Notifications
You must be signed in to change notification settings - Fork 1.6k
buildbot.errors.PluginDBError when importing custom www plugin #7306
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
Comments
Root cause is that #7270 introduced usage of |
Fixed in #7305 for builtin buildbot www plugins. |
Fixed in buildbot/buildbot_travis#148 for buildbot_travis. |
Sorry for the breakage. Just to clarify: if sys.version_info[:2] >= (3, 12):
# TODO: document why 3.12 is needed
import importlib.resources as importlib_resources
else:
import importlib_resources Also, the breakage caused by #7270 is not always fixed only by a simple replacement. In cases where [1] python/importlib_resources#258 |
Got this error on buildbot.buildbot.net:
The text was updated successfully, but these errors were encountered: