epinna/tplmap

WHY CAN'T I RUN THIS PROGRAM ?????!!!!!

Opened this issue · 1 comments

ERROR

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

**Potential Issue:**

  • 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.