JPaulMora / Pyrit

The famous WPA precomputed cracker, Migrated from Google.
GNU General Public License v3.0
1.07k stars 273 forks source link

sudo python setup.py clean #632

Open Shivam007493 opened 2 years ago

Shivam007493 commented 2 years ago

sudo python setup.py clean File "/root/Pyrit/setup.py", line 56

print "Failed to build; Compiling without AES-NI" SyntaxError: Missing parentheses in call to 'print'. Did you mean print(…….)?

VladislavNekto commented 2 years ago

/root/Pyrit/setup.py LOL

x1cry commented 2 years ago

Try to use python2 setup.py clean instead

foamcage commented 2 years ago

nano the file and add parentheses between "Failed to build; Compiling without AES-NI" on line 56. Make it print("Failed to build; Compiling without AES-NI")