WinError 10061 : NLTK - No connection could be made because the target machine actively refused it

51 Views Asked by At

I want to download stopwords and punkt using the syntax:

nltk.download('stopwords')
nltk.download('punkt')

But it always throws me an error

enter image description here

I have tested all possible method but the problem persist.

0

There are 0 best solutions below