Jiraffe - "TypeError: str object is not callable"
GeetAksh1 opened this issue · 2 comments
GeetAksh1 commented
I'm getting an old error "str object is not callable " while running "Jiraffe" on Mac. Please suggest how to resolve the issue. Thanks!
barrett092 commented
Same
0x48piraj commented
The tool doesn't quite works on Python 2.
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