ここにあるpython-telegram-bot
手順を使用してインストールしようとしました。
実行するpython setup.py install
と、以下のエラーが表示されます。
creating 'dist/python_telegram_bot-5.2.0-py2.7.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing python_telegram_bot-5.2.0-py2.7.egg
Copying python_telegram_bot-5.2.0-py2.7.egg to /usr/local/lib/python2.7/dist-packages
Adding python-telegram-bot 5.2.0 to easy-install.pth file
Installed /usr/local/lib/python2.7/dist-packages/python_telegram_bot-5.2.0-py2.7.egg
Processing dependencies for python-telegram-bot==5.2.0
Searching for certifi
Reading https://pypi.python.org/simple/certifi/
Download error on https://pypi.python.org/simple/certifi/: [Errno 101] Network is unreachable -- Some packages may not be found!
Couldn't find index page for 'certifi' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
Download error on https://pypi.python.org/simple/: [Errno 101] Network is unreachable -- Some packages may not be found!
No local packages or download links found for certifi
error: Could not find suitable distribution for Requirement.parse('certifi')
ネットワーク プロキシ経由でインターネットにアクセスできますwget
。問題なくgit
動作します。環境ネットワークプロキシのユーザー名、パスワード変数を にセットアップしました.bashrc
。
この問題を解決するには?