You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python Version Compatibility: The code might be written for a different version of Python, and the method signature of format_option_strings could have changed between versions.
So,
If the tool is written for an older version of Python you have, you might need to modify it to be compatible with the version you are using.
root@DESKTOP-ULI6RF0:~/tplmap# python3 tplmap.py
Traceback (most recent call last):
File "/root/tplmap/tplmap.py", line 2, in
from utils import cliparser
File "/root/tplmap/utils/cliparser.py", line 163, in
parser.formatter.format_option_strings = type(parser.formatter.format_option_strings)(_, parser, type(parser))
TypeError: method expected 2 arguments, got 3
The text was updated successfully, but these errors were encountered: