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
.../venv/lib/python3.9/site-packages/telegram/client.py", line 19, in <module>
from telegram import VERSION
ImportError: cannot import name 'VERSION' from 'telegram' (unknown location)
I am getting this error when try running the example given on the readme.md
Can anyone help ?
The text was updated successfully, but these errors were encountered:
You probably have another telegram library installed. Try to confirm this by checking what package is installed (you can get the path with import telegram; telegram.__file__) or install python-telegram in an empty virtualenv and check that from telegram import VERSION works.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am getting this error when try running the example given on the readme.md
Can anyone help ?
The text was updated successfully, but these errors were encountered: