AutoBlue-MS17-010 pip2.7 install -r requirements setuptools 'Command errored out with exit status 1'

Encountered this issue on 4/10/2021, fixed it upgrading setuptools

Today I encountered an issue where attempting to install all dependencies that 3ndG4me/AutoBlue-MS17-010 has, I would receive an error within the first dependency (Impacket)

Through a quick google search, I found:

pypi UserWarning: Unknown distribution option: 'install_requires'

The solution that did work for me was:

In order to fix, run "pip2.7 install --upgrade setuptools"

God bless you!

Last updated