Skip to content
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 'buildbot.process.buildstep' has no attribute 'LoggingBuildStep' #143

Open
oxr463 opened this issue Apr 17, 2022 · 1 comment

Comments

@oxr463
Copy link

oxr463 commented Apr 17, 2022

bbtravis create-master master             Traceback (most recent call last):                                                        File "/tmp/venv/bin/bbtravis", line 5, in <module>      from buildbot_travis.cmdline import bbtravis                                          File "/tmp/venv/lib/python3.9/site-packages/buildbot_travis/__init__.py", line 19, in <module>                                                  from .configurator import TravisConfigurator                                          File "/tmp/venv/lib/python3.9/site-packages/buildbot_travis/configurator.py", line 28, in <module>                                              from .steps import TravisSetupSteps, TravisTrigger                                    File "/tmp/venv/lib/python3.9/site-packages/buildbot_travis/steps/__init__.py", line 19, in <module>                                            from .spawner import TravisTrigger                                                    File "/tmp/venv/lib/python3.9/site-packages/buildbot_travis/steps/spawner.py", line 22, in <module>                                             from .base import ConfigurableStepMixin                                               File "/tmp/venv/lib/python3.9/site-packages/buildbot_travis/steps/base.py", line 86, in <module>                                                class ConfigurableStep(buildstep.LoggingBuildStep, ConfigurableStepMixin):            File "/tmp/venv/lib/python3.9/site-packages/twisted/python/deprecate.py", line 475, in __getattribute__                                         value = getattr(state._module, name)                                                AttributeError: module 'buildbot.process.buildstep' has no attribute 'LoggingBuildStep'
@gonewest818
Copy link

gonewest818 commented Jan 30, 2023

I'm just running into this myself. It looks like the pypi package is out of date compared to what's actually here in github.

[edit] Oh. It looks like some of the project dependencies are for python < 3.0, might need some attention to get this running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants