在Windows命令窗口调用python 库函数时出现如下warnning
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available
而在 Anaconda Prompt 可以正常调用python,说明你缺Anaconda环境变量,看看你是不是“三个地址齐全”
D:\ProgramData\Anaconda3
D:\ProgramData\Anaconda3\Scripts
D:\ProgramData\Anaconda3\Library\bin
详细的添加步骤如下
Anaconda 环境变量配置