Python使用pip安装第三方模块问题
安装时总会出现错误:pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
可能是环境变量未配置全,导致pip无法找到ssl相关模块。
最终参考之前正常的Anaconda的配置,将"[Anaconda安装目录]\Library\bin"加入PATH后,问题解决

可在cmd里用pip list查看所有安装的模块,再在python交互式环境下导入包import+pakagename,若没报错,则成功
浙公网安备 33010602011771号