NLTK download SSL: Certificate verify failed

后端 未结 12 2034
面向向阳花
面向向阳花 2020-12-08 00:38

I get the following error when trying to install Punkt for nltk:

nltk.download(\'punkt\')    
 [nltk_data] Error loading Punkt: 

        
12条回答
  •  独厮守ぢ
    2020-12-08 00:41

    Search 'Install Certificates.command' in finder and open it.

    Then do following steps in terminal:

        python3
        import nltk
        nltk.download()
    

提交回复
热议问题