Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
由于windows 10上的SSL,Julia中的conda安装失败_Ssl_Julia_Conda - Fatal编程技术网

由于windows 10上的SSL,Julia中的conda安装失败

由于windows 10上的SSL,Julia中的conda安装失败,ssl,julia,conda,Ssl,Julia,Conda,conda install xxx失败,出现以下错误: SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.anaconda.com\'), 端口=443):url超过最大重试次数: /pkgs/main/win-64/current_repodata.json(由 SSLError(SSLError(“错误的握手:错误[(\'SSL例程\'), \“tls\进程\服务器\证书\',\“证书验证” 失败\')])”))))) 也许在我的

conda install xxx
失败,出现以下错误:

SSLError(MaxRetryError('HTTPSConnectionPool(host=\'repo.anaconda.com\'), 端口=443):url超过最大重试次数: /pkgs/main/win-64/current_repodata.json(由 SSLError(SSLError(“错误的握手:错误[(\'SSL例程\'), \“tls\进程\服务器\证书\',\“证书验证” 失败\')])”)))))

也许在我的环境中一定有一些非常微妙的原因,但我真的不知道

它以前可以工作,但在我重新安装Windows10映像后,问题开始出现。 它在Windows10上。康达版本是4.7.12。My.condarc位于%USERPROFILE%中,看起来像:

channels:
  - defaults


show_channel_urls: true
allow_other_channels: true


proxy_servers:
  https: https://x.x.x.x:8080

ssl_verify: false
互联网上关于上述错误的所有可用建议都表明,ssl\U verify设置为false就足够了

我还应该去哪里看看

编辑: 我在以下网站上找到了一些有用的信息:

它解决了运行在Admin中打开的conda install Anaconda Powershell的问题。但在Julia中运行pkg build PyCall时,它仍然存在