“Certificado de Python Verify falló No se puede obtener el certificado de emisor local NLTK” Código de respuesta

Certificado de Python Verify falló No se puede obtener el certificado de emisor local NLTK

import nltk
import ssl

try:
    _create_unverified_https_context = ssl._create_unverified_context
except AttributeError:
    pass
else:
    ssl._create_default_https_context = _create_unverified_https_context

nltk.download()
Sore Spider

Certificado de Python Verify falló No se puede obtener el certificado de emisor local NLTK

cd /Applications/Python\ 3.8
Sore Spider

Certificado de Python Verify falló No se puede obtener el certificado de emisor local NLTK

./Install\ Certificates.command
Sore Spider

Respuestas similares a “Certificado de Python Verify falló No se puede obtener el certificado de emisor local NLTK”

Preguntas similares a “Certificado de Python Verify falló No se puede obtener el certificado de emisor local NLTK”

Más respuestas relacionadas con “Certificado de Python Verify falló No se puede obtener el certificado de emisor local NLTK” en Python

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código