当conda install出现这个错误的时候:
SSLError(MaxRetryError('HTTPSConnectionPool(host=\'\', port=443): Max retries exceeded with url: /pkgs/free/win-32/.bz2 (Caused by SSLError(SSLError("bad handshake: Error([(\'SSL routines\', \'ssl3_get_server_certificate\', \'certificate verify failed\')],)",),))',),)
在命令行输入:
conda config --set ssl_verify false
重新下载即可。