python3 -m nltk.downloader -d /usr/local/share/nltk_data all
Upon running the above command in GCP, I face the following RuntimeWarning
'nltk.downloader' found in sys.modules after import of package 'nltk', but prior to execution of 'nltk.downloader'; this may result in unpredictable behaviour
Also I've already installed nltk. And whilst installing that, I had to add the --proxy switch. I'm assuming I'd require a proxy switch over here too, so there's a chance that might be the problem over here. But I'm unaware as to how I can add the proxy switch here.