Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available)


python爬虫類がエラーに遭遇
 Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available)

SSLモジュールは使用できません.ネット上の解決方法はlinuxシステムの方法が多いです.Windowsに関する数少ない方法も無効です.
最終的に解決策を見つけます.
バージョン1.0.2をインストールするopensslを指定します.つまり、次のとおりです.
conda install openssl=1.0.2

インストール後に問題が解決します.