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

WHL: win32 wheels #1168

Closed
molinav opened this issue Oct 29, 2022 · 1 comment · Fixed by #1169
Closed

WHL: win32 wheels #1168

molinav opened this issue Oct 29, 2022 · 1 comment · Fixed by #1169
Labels
help wanted installation-issues Issue related to installation problems. windows Windows related issue
Milestone

Comments

@molinav
Copy link
Contributor

molinav commented Oct 29, 2022

Problem description

Until version 3.3.1, it is possible to find win32 wheels on PyPI for the supported Python versions, see:
https://pypi.org/project/pyproj/3.3.1/#files

Since version 3.4.0, the win32 wheels are not available anymore, see:
https://pypi.org/project/pyproj/3.4.0/#files

These means that for Python 3.11 there is no win32 wheel for any pyproj version, and any library installation depending on pyproj will fail for Python 3.11 on win32 due to lack of precompiled wheels (e.g. basemap).

Expected Output

I would expect win32 wheels for pyproj 3.4.0 for the supported Python versions on PyPI.

I am not sure if this support drop was actually intended, since I saw some slight reorganisation in the .github/workflows folder. I can provide some support to fix this if desired.

Environment Information

  • pyproj version: 3.4.0
  • Python version: 3.11.0
  • OS information: Windows-10-10.0.22621-SP0

Installation method

  • pip wheel
@molinav molinav added the bug label Oct 29, 2022
@snowman2 snowman2 added help wanted installation-issues Issue related to installation problems. windows Windows related issue and removed bug labels Oct 29, 2022
@snowman2 snowman2 changed the title Missing wheels for win32 on PyPI WHL: win32 wheels Oct 29, 2022
@snowman2
Copy link
Member

See #1033

@snowman2 snowman2 added this to the 3.4.1 milestone Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted installation-issues Issue related to installation problems. windows Windows related issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants