proseltd / Telepathy-Community

Public release of Telepathy, an OSINT toolkit for investigating Telegram chats.
MIT License
968 stars 135 forks source link

Hi guys, #48

Closed Oleg43414 closed 11 months ago

Oleg43414 commented 1 year ago

what to do about it?

Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "C:\Users\Admin-PC\AppData\Local\Programs\Python\Python311\Scripts\pip3.exe__main.py", line 4, in File "C:\Users\Admin-PC\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip_internal__init__.py", line 4, in from pip._internal.utils import _log File "C:\Users\Admin-PC\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip_internal\utils_log.py", line 8, in import logging File "C:\Users\Admin-PC\AppData\Local\Programs\Python\Python311\Lib\logging\init__.py", line 43, in import threading File "C:\Users\Admin-PC\AppData\Local\Programs\Python\Python311\Lib\threading.py", line 974 else: ^ IndentationError: expected an indented block after 'try' statement on line 973

proseltd commented 1 year ago

Hi Oleg,

This is a bit of a strange one, the error appears to be from the threading module and nothing to do with Telepathy.

It might help to reinstall threading, or possibly even reinstall Python itself.

Oleg43414 commented 1 year ago

thank you very much