“pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available”

后端 未结 8 1395
感情败类
感情败类 2020-12-28 15:11

I have the anaconda package and run Spyder. Here is my system information:

anaconda                  2018.12                  py37_0

Python                          


        
8条回答
  •  北荒
    北荒 (楼主)
    2020-12-28 15:38

    I had the same issue when I created a new environment in anaconda, activated it and tried to install a library with pip. What was missing was:

    conda install pip
    

    then everything worked for me.

提交回复
热议问题