-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
No Module named telegram #4815
Comments
pip install --upgrade -r requirements.txt |
Tried that, and still the same... (PokemonGo-Bot) Avneets-MacBook-Air:PokemonGo-Bot avneet$ |
i don't know :-\ |
:- |
try |
I don't use virtualenv, but wondering if this has anything to do with it:
Requirements being installed to an incorrect location maybe? Sorry, just guesswork. |
Aha, gold ! Installing collected packages: pgoapi, urllib3, certifi, python-telegram-bot Danke @askovpen |
Traceback (most recent call last):
File "pokecli.py", line 46, in
from pokemongo_bot import inventory
File "/Users/avneet/Desktop/PokemonGo-Bot/pokemongo_bot/init.py", line 21, in
import cell_workers
File "/Users/avneet/Desktop/PokemonGo-Bot/pokemongo_bot/cell_workers/init.py", line 26, in
from telegram_task import TelegramTask
File "/Users/avneet/Desktop/PokemonGo-Bot/pokemongo_bot/cell_workers/telegram_task.py", line 2, in
import telegram
ImportError: No module named telegram
Sat Aug 27 22:08:31 IST 2016 Pokebot Stopped.
The text was updated successfully, but these errors were encountered: