A Micro Toolbox

ソフトウェアのニッチな問題の対処記録です

Python

Windows 10のAnaconda付属pipでWARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

Windows 10でAnaconda付属のpipを実行したら、SSLモジュールが見つからないとのことでpip installできなかった。 > pip install docoptWARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available…