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
Python 3.7 deprecated importing ABCs from collections instead we need to use collections.abc.
/Users/alexander/.pyenv/versions/3.7.2-debug/Python.framework/Versions/3.7/lib/python3.7/site-packages/botocore-1.12.129-py3.7.egg/botocore/vendored/requests/packages/urllib3/_collections.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Mapping, MutableMapping
The text was updated successfully, but these errors were encountered:
Python 3.7 deprecated importing ABCs from
collections
instead we need to usecollections.abc
.The text was updated successfully, but these errors were encountered: