fsociety icon indicating copy to clipboard operation
fsociety copied to clipboard

i am getting this error while installing fsociety on my linux

Open AgbokeRidwan opened this issue 2 years ago • 4 comments

python3 fsociety.py File "/home/recker/fsociety/fsociety.py", line 1194 print "-------------------------" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? Screenshot 2022-06-25 03:54:29

AgbokeRidwan avatar Jun 26 '22 08:06 AgbokeRidwan

please help me out.....

AgbokeRidwan avatar Jun 26 '22 08:06 AgbokeRidwan

Use "python2 fsociety" thats what worked for me

shfsepiol avatar Jun 27 '22 19:06 shfsepiol

you need to convert the python2 code to python3 and its gonna work

there is a library call 2to3

this is a reference to it https://docs.python.org/3/library/2to3.html

yhoungdev avatar Aug 15 '22 01:08 yhoungdev

you need to convert the python2 code to python3 and its gonna work

there is a library call 2to3

this is a reference to it https://docs.python.org/3/library/2to3.html

no lol, you need to just use the new version of fsociety. https://github.com/fsociety-team/fsociety

CRO-THEHACKER avatar Oct 18 '22 01:10 CRO-THEHACKER