Open revanth844 opened 5 months ago
Getting import error even though module is installed
$ pip3 install telegram-sleuth Collecting telegram-sleuth Downloading telegram_sleuth-0.0.1.post6-py3-none-any.whl.metadata (4.6 kB) Downloading telegram_sleuth-0.0.1.post6-py3-none-any.whl (17 kB) Installing collected packages: telegram-sleuth Successfully installed telegram-sleuth-0.0.1.post6 $ py Telegram.py Traceback (most recent call last): File "G:\Git\tgm-sleuth-eval\Telegram.py", line 1, in <module> from telegram_sleuth import Sleuth ModuleNotFoundError: No module named 'telegram_sleuth'
yeah this project do not work dependencys are messing a lot
Getting import error even though module is installed