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

Missing 8.0.1 .whl for pypy36 on Windows #5043

Closed
akornatskyy opened this issue Nov 17, 2020 · 5 comments
Closed

Missing 8.0.1 .whl for pypy36 on Windows #5043

akornatskyy opened this issue Nov 17, 2020 · 5 comments
Labels

Comments

@akornatskyy
Copy link

akornatskyy commented Nov 17, 2020

What did you do?

On windows:

# works as expected, downloads Pillow-7.2.0-pp36-pypy36_pp73-win32.whl
pip install pillow==7.2.0

# since there is no whl, it tries to compile from source by dowloading Pillow-8.0.1.tar.gz
pip install pillow

What did you expect to happen?

There is pypy36 whl for windows.

What actually happened?

Compilation error.

What are your OS, Python and Pillow versions?

  • OS: Windows 10
  • Python: pypy36
  • Pillow: 8.0.1
@nulano
Copy link
Contributor

nulano commented Nov 17, 2020

Looks like there's only a PyPy3.7 wheel for the 8.0.1 release (#4764): https://pypi.org/project/Pillow/#files
But there is a PyPy3.6 wheel for 8.0.0: https://pypi.org/project/Pillow/8.0.0/#files

IIRC the 8.0.0 wheels for Windows omitted libpng and should not be affected by the FreeType CVE, so I think you can use 8.0.0 on Windows if you don't need CBDT font support. The two releases are identical except for the included FreeType library version in wheels.

@akornatskyy
Copy link
Author

Yes, it works with 8.0.0.

@hugovk
Copy link
Member

hugovk commented Nov 18, 2020

There's also only *pypy37* and no *pypy36* binaries at https://www.lfd.uci.edu/~gohlke/pythonlibs/

@cgohlke Is the general idea only to make binaries for the latest PyPy version?

@cgohlke
Copy link
Contributor

cgohlke commented Nov 18, 2020

I only maintain one PyPy installation on my system.

@hugovk
Copy link
Member

hugovk commented Nov 18, 2020

Okay, thanks! Let's close this then.

@hugovk hugovk closed this as completed Nov 18, 2020
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants