Warning
/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/yaml/constructor.py:126: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
Offending Code
In constructor.py , line 126:
if not isinstance(key, collections.Hashable):
Relevant PR : https://github.com/yaml/pyyaml/pull/212/
Thanks
Relevant PR : #212
Thanks
And also #181 ... I guess everyone coming to this issue wants to report it. It's good ;)
Why isn't this fixed yet?
Fixed by #181
Most helpful comment
Why isn't this fixed yet?