You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.
.
File "/Users/dave/Library/Caches/pypoetry/virtualenvs/flatmap-lab-jKQ9tODe-py3.8/lib/python3.8/site-packages/pmr2/client/client.py", line 5, in <module>
from oauthlib.common import unicode_type
ImportError: cannot import name 'unicode_type' from 'oauthlib.common' (/Users/dave/Library/Caches/pypoetry/virtualenvs/flatmap-lab-jKQ9tODe-py3.8/lib/python3.8/site-packages/oauthlib/common.py)
It turns out that oauthlib version 3.1.1 has dropped support for Python 2.7 and removed unicode_type (see oauthlib/oauthlib#734).
The text was updated successfully, but these errors were encountered:
It turns out that
oauthlib
version 3.1.1 has dropped support for Python 2.7 and removedunicode_type
(see oauthlib/oauthlib#734).The text was updated successfully, but these errors were encountered: