【发布时间】:2018-02-27 23:45:11
【问题描述】:
我正在尝试安装 spacy 'en_core_web_md' 模型,但每次尝试使用此 python 命令下载它时都会收到超时消息:
'python -m spacy download en_core_web_md'
错误信息:
File "C:\ProgramData\Anaconda2\envs\tensorflow\lib\site-packages\pip\_vendor\r
equests\packages\urllib3\response.py", line 237, in _error_catcher
raise ReadTimeoutError(self._pool, None, 'Read timed out.')
pip._vendor.requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnecti
onPool(host='github-production-release-asset-2e65be.s3.amazonaws.com', port=443)
: Read timed out.
【问题讨论】:
标签: python python-3.x tensorflow pip spacy