In Python 3.13, the 'telnetlib' module has been removed, which causes parts of the project that depend on this module to fail to run.
Detailed Information
Python Version: 3.13
Error Message:
File "C:\tplmap\core\checks.py", line 25, in <module>
from telnetlib import Telnet
ModuleNotFoundError: No module named 'telnetlib'
Refer Link
In Python 3.13, the 'telnetlib' module has been removed, which causes parts of the project that depend on this module to fail to run.
Detailed Information
Python Version: 3.13
Error Message:
Refer Link