JPaulMora / Pyrit

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

sudo python setup.py clean #632

Open Shivam007493 opened 1 year ago

Shivam007493 commented 1 year 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 1 year ago

/root/Pyrit/setup.py LOL

kyrisum commented 1 year ago

Try to use python2 setup.py clean instead

foamcage commented 1 year 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")