-
Notifications
You must be signed in to change notification settings - Fork 5.7k
urllib3 problems! #579
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
Comments
Thank you for the commit. Now when i try to pip install lxml I get this error Command /root/telegram-bot/bin/python -c "import setuptools, tokenize;file='/root/telegram-bot/build/lxml/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-zywS9a-record/install-record.txt --single-version-externally-managed --compile --install-headers /root/telegram-bot/include/site/python2.7 failed with error code 1 in /root/telegram-bot/build/lxml |
Thank you for your report! I released a hotfix version to pypi. Please use |
I don't know about lxml, perhaps you don't have to required headers installed. This is not the right place for that question though. |
Steps to reproduce
Just trying to run a simple echobot
Expected behaviour
Tell us what should happen
$ virtualenv telegram-bot
$ source telegram-bot/bin/activate
$ pip install python-telegram-bot
Actual behaviour
Tell us what happens instead
error comes up
Configuration
Operating System:
ubuntu 14.04
Version of Python, python-telegram-bot & dependencies:
python 2.7, latest python-telegram-bot
$ python -m telegram
Logs
Insert logs here (if necessary)
root@persian-telegram-bot:~# screen -S myTelegramBot
The text was updated successfully, but these errors were encountered: