Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After following the video i still got Error on lines #28

Open
Montanaaws opened this issue Apr 5, 2022 · 0 comments
Open

After following the video i still got Error on lines #28

Montanaaws opened this issue Apr 5, 2022 · 0 comments

Comments

@Montanaaws
Copy link

 python3 -m bot
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details
import(pkg_name)
File "/home/runner/Telegram-CloneBot/bot/init.py", line 4, in
import telegram.ext as tg
ModuleNotFoundError: No module named 'telegram'
 python3 -m bot
Traceback (most recent call last):
File "/usr/lib/python3.8/runpy.py", line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "/usr/lib/python3.8/runpy.py", line 144, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "/usr/lib/python3.8/runpy.py", line 111, in _get_module_details
import(pkg_name)
File "/home/runner/Telegram-CloneBot/bot/init.py", line 4, in
import telegram.ext as tg
ModuleNotFoundError: No module named 'telegram'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant