unable to install pip install thesaurus python 3.7.4

386 Views Asked by At

I am not able to install thesaurus library

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

There are 1 best solutions below

3
mind-protector On

You can try this:

pip install py-thesaurus