trustedsec / artillery

The Artillery Project is an open-source blue team tool designed to protect Linux and Windows operating systems through multiple methods.
326 stars 291 forks source link

"IndentationError: unindent does not match any outer indentation level" Error message in setup #75

Open oncee opened 7 years ago

oncee commented 7 years ago

sudo ./setup.py Traceback (most recent call last): File "./setup.py", line 7, in from src.core import * File "/home/oncee/Desktop/artillery-master/src/core.py", line 503 return ^ IndentationError: unindent does not match any outer indentation level

4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

TheAngryByrd commented 7 years ago

The project has moved to https://github.com/BinaryDefense/artillery. Try the latest from there and it's still a problem please open an issue there.

Thanks!