pautobot icon indicating copy to clipboard operation
pautobot copied to clipboard

Cannot Ingest File Documents, ERROR

Open sarment0 opened this issue 1 year ago • 1 comments

When I try to upload documents and click Ingest Data this exception pops up.

RuntimeError: Failed to import transformers.models.bert.modeling_bert because of the following error (look up to see its traceback): cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (C:\Users\User\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\urllib3\util\ssl_.py)

sarment0 avatar Jun 10 '23 19:06 sarment0

Hi @sarment0, Could you try to upgrade urllib3:

pip install --upgrade urllib3

vietanhdev avatar Jun 11 '23 07:06 vietanhdev