0
私はコーディングが初めてです。 python3用にpip3を使用してpython-forecastioをインストールしようとすると、以下のエラーが表示されます。pip3のインストール中にSSLエラーが発生しました
$ sudo pip3 install --trusted-host pypi.python.org python-forecastio
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
Collecting python-forecastio
Could not fetch URL https://pypi.python.org/simple/python-forecastio/: 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 python-forecastio (from versions:)
No matching distribution found for python-forecastio
理由は しようとすると、何のOpenSSL関連のソフトウェアインストールがないことであるのyumのopensslのopenssl-develの をインストール後、すべてがうまく動作します。 –
実行しているセットアップの種類にSSLモジュールが組み込まれていませんか? – kichik