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

Python3.8 pip install fails due to pillow version #49

Open
sjpb opened this issue Apr 16, 2024 · 4 comments
Open

Python3.8 pip install fails due to pillow version #49

sjpb opened this issue Apr 16, 2024 · 4 comments

Comments

@sjpb
Copy link

sjpb commented Apr 16, 2024

$ 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

@thomasgoirand
Copy link

Seriously, why one should care about Python 3.8, which is more than 4 years old, and when we have Python 3.12?

@sjpb
Copy link
Author

sjpb commented May 14, 2024

You don't have to. But the requirements say:

Python 3.7 or later

@rernenwein
Copy link

the problem is the version of pillow not the version of python

@atsaloli
Copy link

See also #51

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

4 participants