Немогу установить PyStemmer (Visual C++ установлена)

Вот что написал:

pip install PyStemmer

Вот текст ошибки:

ERROR: command errored out with exit status 1: python setup.py egg_info Check the logs for full command output

Полная ошибка

Collecting pystemmer
  Using cached PyStemmer-2.0.0.1.tar.gz (558 kB)
Using legacy setup.py install for pystemmer, since package 'wheel' is not instal
led.
Installing collected packages: pystemmer
    Running setup.py install for pystemmer ... error
    ERROR: Command errored out with exit status 1:
     command: 'c:\users\admin\appdata\local\programs\python\python38-32\python.e
xe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Admin
\\AppData\\Local\\Temp\\pip-install-fg3rk60a\\pystemmer\\setup.py'"'"'; __file__
='"'"'C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-fg3rk60a\\pystemmer\\s
etup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().r
eplace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"
'exec'"'"'))' install --record 'C:\Users\Admin\AppData\Local\Temp\pip-record-dn5
dpx0y\install-record.txt' --single-version-externally-managed --compile --instal
l-headers 'c:\users\admin\appdata\local\programs\python\python38-32\Include\pyst
emmer'
         cwd: C:\Users\Admin\AppData\Local\Temp\pip-install-fg3rk60a\pystemmer\
    Complete output (6 lines):
    running install
    running build
    running build_ext
    skipping 'src\Stemmer.c' Cython extension (up-to-date)
    building 'Stemmer' extension
    error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual
C++ Build Tools": https://visualstudio.microsoft.com/downloads/
    ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\admin\appdata\local\pro
grams\python\python38-32\python.exe' -u -c 'import sys, setuptools, tokenize; sy
s.argv[0] = '"'"'C:\\Users\\Admin\\AppData\\Local\\Temp\\pip-install-fg3rk60a\\p
ystemmer\\setup.py'"'"'; __file__='"'"'C:\\Users\\Admin\\AppData\\Local\\Temp\\p
ip-install-fg3rk60a\\pystemmer\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"'
, open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();
exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Admin\
AppData\Local\Temp\pip-record-dn5dpx0y\install-record.txt' --single-version-exte
rnally-managed --compile --install-headers 'c:\users\admin\appdata\local\program
s\python\python38-32\Include\pystemmer' Check the logs for full command output.

Ответы (0 шт):