安装spaCy - SSL证书错误

时间:2017-01-18 16:56:39

标签: python ssl spacy

我已使用pip install spacy安装了spaCy,但在尝试python -m spacy.en.download all时,我收到以下错误..

enter image description here

(对于Google - ssl.CertificateError: hostname 'index.spacy.io不匹配' api.explosion.ai'`)

有没有办法轻松解决这个问题?参考..

4 个答案:

答案 0 :(得分:0)

此错误已在最新的spacy版本中修复,不应再出现。如果您遇到问题,应该

  1. 使用UPDATE table SET coldatetime= datefromparts(colname,1,1) WHERE colname = 2017
  2. 更新您的spacy版本
  3. 并使用pip install -U spacy
  4. 安装新模型

    请注意,下载命令已更改为安装型号!

答案 1 :(得分:0)

尝试在Linux中安装新版本。它会起作用。

答案 2 :(得分:0)

您在代理人后面吗?我必须将ssl设置为false,然后在安装后再次返回。 蟒蛇提示中的config conda --set ssl_verify false可能对您有用?

答案 3 :(得分:0)

断开与VPN(虚拟专用网络)的连接对我有用。