houndci / hound

Automated code review for GitHub pull requests.
https://houndci.com
MIT License
1.95k stars 401 forks source link

module flake8 not found #1839

Closed sparky005 closed 3 years ago

sparky005 commented 3 years ago

We just started seeing this error in our pipelines that the flake8 module can't be found. We haven't changed our .hound.yml file in over a year so I'm not sure what could have broken

Traceback (most recent call last):
  File "/home/linters/.local/bin/flake8", line 5, in 
    from flake8.main.cli import main
ModuleNotFoundError: No module named 'flake8'
loren-peace commented 3 years ago

We have seen that same problem start appearing late yesterday as well.

boegel commented 3 years ago

We are observing the same problem in the EasyBuild repositories .

salbertson commented 3 years ago

@sparky005 we are working on it, thank you for letting us know! I'll share here when I have an update.

sparky005 commented 3 years ago

Glad to hear it, thanks @salbertson!

salbertson commented 3 years ago

@sparky005 we rolled back a minor change that could have caused the issue. Let me know if you're still seeing the error so we can nail down the cause.

sparky005 commented 3 years ago

@salbertson Just tested it out and that has fixed the issue! Thanks!