Closed AbdealiLoKo closed 2 years ago
After discussing with some folks at pantsbuild - I realized the issue was pip version. When I create a venv - the pip version is quite old by default
$ ~/python36/bin/pip -V
pip 21.0.1
$ venv/bin/pip -V
pip 9.0.3
Doing: venv/bin/pip install -U pip
got me pip 21.3.1 which works fine
Describe the bug
Installing bandit with python 3.6 throws an error.
Reproduction steps