Python 3.6のRPi.GPIOを自分のRaspberry Pi Zero Wにインストールしようとしていますが、何とかpython.orgのWebサイトに接続しません。pipはSSL証明書を確認できません:SSLモジュールは利用できません
sudo pip3.6 install RPi.GPIO
私はこのエラーを取得する:
[email protected]:~ $ sudo pip3.6 install RPi.GPIO
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting RPi.GPIO
Could not fetch URL https://pypi.python.org/simple/rpi-gpio/ : There was a problem confirming the ssl certificate: Can't connect to HTTPS URL because the SSL module is not available. - skipping
Could not find a version that satisfies the requirement RPi.GPIO (from versions:)
No matching distribution found for RPi.GPIO
私はそうでsudo apt-get install openssl
を試してみましたが、私は2.7、3.0用にインストール、および3.6がインストールピップので、私は行くときなどに何かを持っていますそれでも動作しません。私はデスクトップと電話で完全にウェブサイトにアクセスできますが、私のラズベリーパイはまったくありません。私は何をすることができますか?
「http_proxy = "" && pip3.6 install RPi.GPIO' – haifzhan
@HaifengZhang同じ問題がありますか? – MortenMoulder