невозможно установить pip установить тезаурус python 3.7.4 - PullRequest
0 голосов
/ 09 ноября 2019

Я не могу установить библиотеку тезауруса

C:\Users\veeransa>pip install thesaurus
Traceback (most recent call last):
  File "c:\program files\python37\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "c:\program files\python37\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Program Files\Python37\Scripts\pip.exe\__main__.py", line 9, in <module>
TypeError: 'module' object is not callable

1 Ответ

0 голосов
/ 09 ноября 2019

Вы можете попробовать это:

pip install py-thesaurus
...