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 from patsy #6

Open
fpavogt opened this issue Aug 26, 2020 · 0 comments
Open

DeprecationWarning from patsy #6

fpavogt opened this issue Aug 26, 2020 · 0 comments
Assignees
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@fpavogt
Copy link
Member

fpavogt commented Aug 26, 2020

Describe the bug
The patsy package, used by statsmodels, throws the following :

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is 
deprecated since Python 3.3, and in 3.9 it will stop working
    from collections import Mapping

A fix is already implemented in the patsy source code: pydata/patsy#140

So we just need to wait for a new release of patsy onto pypi. Not sure when this will happen. But when it does, we should make sure to update our setup.py right away.

@fpavogt fpavogt added bug Something isn't working wontfix This will not be worked on labels Aug 26, 2020
@fpavogt fpavogt self-assigned this Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant