jiraffe icon indicating copy to clipboard operation
jiraffe copied to clipboard

Jiraffe - "TypeError: str object is not callable"

Open GeetAksh1 opened this issue 4 years ago • 3 comments

I'm getting an old error "str object is not callable " while running "Jiraffe" on Mac. Please suggest how to resolve the issue. Thanks!

GeetAksh1 avatar Jul 05 '21 12:07 GeetAksh1

Same here.

thistehneisen avatar Feb 16 '22 21:02 thistehneisen

Same

barrett092 avatar Jan 26 '23 02:01 barrett092

The tool doesn't quite works on Python 2.

https://github.com/0x48piraj/Jiraffe/blob/4d7634557e708a58ea2857fb18d1ffe4c7f74546/jiraffe/main.py#L9

Also, here's the hot fix for OSX users,

if any(x in sys.platform.lower() for x in ['linux', 'linux2', 'win32', 'darwin']):

For installing from the source,

$ python3 setup.py install

0x48piraj avatar Apr 01 '23 07:04 0x48piraj