We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm getting an old error "str object is not callable " while running "Jiraffe" on Mac. Please suggest how to resolve the issue. Thanks!
The text was updated successfully, but these errors were encountered:
Same here.
Sorry, something went wrong.
Same
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
No branches or pull requests
I'm getting an old error "str object is not callable " while running "Jiraffe" on Mac. Please suggest how to resolve the issue. Thanks!
The text was updated successfully, but these errors were encountered: