We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ python --version Python 3.8.17 $ pip list | grep nwdiag nwdiag 3.0.0 $ nwdiag simple.diag ERROR: 'ImageDraw' object has no attribute 'textsize'
Fixable using pip install pillow==9.5.0 which downgrades from pillow 10.3.0. Thanks to https://stackoverflow.com/a/78121273/916373
pip install pillow==9.5.0
The text was updated successfully, but these errors were encountered:
Seriously, why one should care about Python 3.8, which is more than 4 years old, and when we have Python 3.12?
Sorry, something went wrong.
You don't have to. But the requirements say:
Python 3.7 or later
the problem is the version of pillow not the version of python
See also #51
No branches or pull requests
Fixable using
pip install pillow==9.5.0
which downgrades from pillow 10.3.0. Thanks to https://stackoverflow.com/a/78121273/916373The text was updated successfully, but these errors were encountered: