简体   繁体   中英

error installing spacy-readability in python 3.7

I have a problem installing spacy-readability. It gives me the following error:

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

My python version is 3.7.2, already tried:

  1. downgrade setuptools to version 39 (before it was 40)
  2. change python version
  3. download of the whl and installation by pip install (before I was using, and I'd still like to use, pycharm)
  4. installation of an older version of spacy-readability(still the same error)

我找到了解决办法:从下载以下WHL 这里距离和spacy可读性WHL 这里 ,并用以下命令进行安装:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM