在python 3.7中安装spacy-readability时出错

时间:2019-03-29 18:35:55

标签: python windows spacy python-3.7

我在安装Spacy可读性时遇到问题。它给了我以下错误:

Command ""c:\program files (x86)\python37-32\python.exe" "c:\program files (x86)\python37-32\lib\site-packages\pip" in
stall --ignore-installed --no-user --prefix C:\Users\USR~1\AppData\Local\Temp\pip-build-env-fduabwfn\overlay --no-w
arn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel>0.32.0.<0.3
3.0 Cython cymem>=2.0.2,<2.1.0 preshed>=2.0.1,<2.1.0 murmurhash>=0.28.0,<1.1.0 thinc==7.0.0.dev6" failed with error code 1 in None

我的python版本是3.7.2,已经尝试过:

  1. 将setuptools降级到版本39(在40之前)
  2. 更改python版本
  3. 通过pip install下载whl并进行安装(在我使用pycharm之前,我仍然想使用)之前
  4. 安装较旧版本的spacy-readability(仍然相同 错误)

1 个答案:

答案 0 :(得分:1)

我找到了解决方案:从here下载以下内容,从here下载spacy-readability whl,并使用以下命令进行安装:

pip install [file.whl] --user --no-deps