I tried
$ conda install -c conda-forge textblob
and
$ python -m textblob.download_corpora
following this link, but I am getting the following error-
Error while finding module specification for 'textblob.download_corpora' (AttributeError: module 'textblob' has no attribute '__path__')
Can someone please help me with it?