You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python get_me.py
Traceback (most recent call last):
File "C:\programming\telegram-bots\python-telegram\examples\get_me.py", line 4, in
from telegram.client import Telegram
File "C:\programming\telegram-bots\python-telegram\venv\Lib\site-packages\telegram\client.py", line 27, in
from telegram import VERSION
ImportError: cannot import name 'VERSION' from 'telegram' (C:\programming\telegram-bots\python-telegram\venv\Lib\site-packages\telegram_init_.py)
meanwhile
$ pip show python-telegram
Name: python-telegram
Version: 0.18.0
Summary: Python library to help you build your own Telegram clients
Home-page: https://github.com/alexander-akhmetov/python-telegram
Author: Alexander Akhmetov
Author-email: me@aleks.sh
License:
Location: C:\programming\telegram-bots\python-telegram\venv\Lib\site-packages
Requires: telegram-text
Required-by:
The text was updated successfully, but these errors were encountered:
$ python get_me.py
Traceback (most recent call last):
File "C:\programming\telegram-bots\python-telegram\examples\get_me.py", line 4, in
from telegram.client import Telegram
File "C:\programming\telegram-bots\python-telegram\venv\Lib\site-packages\telegram\client.py", line 27, in
from telegram import VERSION
ImportError: cannot import name 'VERSION' from 'telegram' (C:\programming\telegram-bots\python-telegram\venv\Lib\site-packages\telegram_init_.py)
meanwhile
$ pip show python-telegram
Name: python-telegram
Version: 0.18.0
Summary: Python library to help you build your own Telegram clients
Home-page: https://github.com/alexander-akhmetov/python-telegram
Author: Alexander Akhmetov
Author-email: me@aleks.sh
License:
Location: C:\programming\telegram-bots\python-telegram\venv\Lib\site-packages
Requires: telegram-text
Required-by:
The text was updated successfully, but these errors were encountered: