sumehta / question-generation

Given a sentence automatically generate reading comprehension style factual questions from that sentence, such that the sentence contains answers to those questions.
MIT License
112 stars 31 forks source link

AttributeError: module 'collections' has no attribute 'MutableMapping' #14

Open Dp95 opened 1 year ago

Dp95 commented 1 year ago

from pipelines import pipeline

AttributeError Traceback (most recent call last) in <cell line: 1>() ----> 1 from pipelines import pipeline

11 frames /usr/local/lib/python3.10/dist-packages/requests/cookies.py in 162 163 --> 164 class RequestsCookieJar(cookielib.CookieJar, collections.MutableMapping): 165 """Compatibility class; is a cookielib.CookieJar, but exposes a dict 166 interface.

AttributeError: module 'collections' has no attribute 'MutableMapping'