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

wpt run fails on Python 3.9 on Windows, needs pillow 8.0.0 #26264

Closed
saschanaz opened this issue Oct 23, 2020 · 1 comment · Fixed by #26276
Closed

wpt run fails on Python 3.9 on Windows, needs pillow 8.0.0 #26264

saschanaz opened this issue Oct 23, 2020 · 1 comment · Fixed by #26276

Comments

@saschanaz
Copy link
Member

  C:\Users\Kagami\AppData\Local\Temp\pip-install-gliq5ciq\pillow\setup.py:28: RuntimeWarning: Pillow does not yet support Python 3.9 and does not yet provide prebuilt Windows binaries. We do not recommend building from source on Windows.

Currently WPT is using pillow 6.2.2 which only supports Python 3.8. Version 8.0.0 added 3.9 support: python-pillow/Pillow#4953

@saschanaz saschanaz changed the title wpt run fails on Python 3.9 on Windows wpt run fails on Python 3.9 on Windows, needs pillow 8.0.0 Oct 23, 2020
@gsnedders
Copy link
Member

Need to make the requirements pin to <7 on Py2 and a bumpable, up-to-date version on Py3.

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

Successfully merging a pull request may close this issue.

2 participants