-
Notifications
You must be signed in to change notification settings - Fork 96
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
AttributeError with -w and MatplotlibDeprecationWarning #16
Comments
A fix for the MatplotlibDeprecationWarning is a now a pull request. |
@essandess Did you ever get |
I'm using my own fork of this repo, but I'm just going to say that there are a lot of deprecation warnings from NumPy 1.20: |
Using
py -3 easylist_pac.py -w
on Windows 10 produces an error (Python version 3.7.8, Windows version 10.0.18362.1016):Then there is the
MatplotlibDeprecationWarning
(Matplotlib version 1.15.0):I'm not familiar with using Matplotlib. @essandess
The text was updated successfully, but these errors were encountered: