Skip to content

Deprecation Warnings #12728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Alexander-Shukaev opened this issue Nov 3, 2018 · 3 comments
Closed

Deprecation Warnings #12728

Alexander-Shukaev opened this issue Nov 3, 2018 · 3 comments

Comments

@Alexander-Shukaev
Copy link

import matplotlib

causes

matplotlib/__init__.py:107: 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 MutableMapping
matplotlib/rcsetup.py:20: 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 Iterable, Mapping
matplotlib/rcsetup.py:20: 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 Iterable, Mapping
matplotlib/colors.py:53: 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 Sized
@Alexander-Shukaev
Copy link
Author

Python 3.7 of course.

@timhoffm
Copy link
Member

timhoffm commented Nov 3, 2018

Which matplotlib version? Should be fixed via: #12686, #11733, #11786.

@Alexander-Shukaev
Copy link
Author

I see, sorry for the noise.

@jklymak jklymak closed this as completed Nov 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants