-
Notifications
You must be signed in to change notification settings - Fork 172
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
[BUG]Cannot run tool bandit as support was not installed. #618
Comments
I have the same issue but I get the error about
My
The installed prospector is:
Version If I limit the upper version to |
I suspect this is because I created the packages using poetry 1.5 which seems to have issues. It is an official prospector release, it's just broken. I'll look into it soon and release a 1.10.2 version. For now, pin to 1.10.0 - 1.10.1 was just fixing another poetry 1.5 problem where it was putting files in the wrong place when installed ... (see pylint-dev/pylint-plugin-utils#29 for more context) |
* See prospector-dev/prospector#618 Change-Id: I51c64377995d31c416e3763eabd0450b1f82fc29
Nevermind I found the problem - see a similar issue here: nix-community/poetry2nix#702 It was already fixed - see #559 and #545 I made the 1.10.1 release from my laptop instead of using the Lesson learned ; I will release a new bugfix once the CI testing completes |
|
Describe the bug
Cannot run tool bandit as support was not installed.
To Reproduce
Added this line to bitbucket-pipelines.yml :
python -m pip install "prospector[with_bandit,with_vulture]"
Pipeline running on Bitbucket returned this error:
Cannot run tool bandit as support was not installed.
Please install by running 'pip install prospector[with_bandit]'
Then I used it by giving a fixed version(previous version) and I didn't get any errors and it worked.
python -m pip install "prospector[with_bandit,with_vulture]==1.10.0"
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: