【发布时间】:2018-06-14 09:23:12
【问题描述】:
我正在做以下事情:
root@ABZ-173:/home/abz# pip3 install en_core_web_md
Collecting en_core_web_md
Could not find a version that satisfies the requirement en_core_web_md (from versions: )
No matching distribution found for en_core_web_md
You are using pip version 8.1.1, however version 10.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
这以前可以工作。
我不想将spacy 链接到模型python -m spacy download en。
相反,我想独立下载它。
还尝试了各种其他方式(通过指定版本 en_core_web_md==2.0.0 等)。无法下载。
【问题讨论】:
标签: python-3.x pip spacy rasa-nlu