I am trying to import this simpletransformers got the error

695 Views Asked by At
from simpletransformers.question_answering import QuestionAnsweringModel

got this attribute error:

AttributeError: module 'urllib3.util' has no attribute 'PROTOCOL_TLS'

1

There are 1 best solutions below

1
On

Using !pip freeze solved the issue