Skip to content
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

DeprecationWarning: Importing ABCs from 'collections' is deprecated #382

Open
alexwlchan opened this issue Aug 9, 2019 · 0 comments
Open

Comments

@alexwlchan
Copy link

As below:

$ python3.7 -W 'always' -c 'import scss'
/Users/alexwlchan/.virtualenvs/tempenv-66e529635825/lib/python3.7/site-packages/scss/types.py:6: 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

$ pip freeze
pyScss==1.3.5
six==1.12.0

$ python --version
Python 3.7.2

This also throws up #377.

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

1 participant