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

Add PyPi Package for Windows On ARM #8148

Closed
IanSmith22 opened this issue Jan 27, 2023 · 3 comments
Closed

Add PyPi Package for Windows On ARM #8148

IanSmith22 opened this issue Jan 27, 2023 · 3 comments

Comments

@IanSmith22
Copy link

IanSmith22 commented Jan 27, 2023

When I try to install cryptography it downloads the source package and tries to compile.

Python 3.11.1 (ARM64) on Windows.
Python 3.11.1 (tags/v3.11.1:a7a450f, Dec 6 2022, 19:44:02) [MSC v.1934 64 bit (ARM64)] on win32

Im trying to compile it now, but would appreciate a pypi package to support this.

python -m pip install cryptography
Collecting cryptography
Downloading cryptography-39.0.0.tar.gz (603 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 603.4/603.4 kB 12.9 MB/s eta 0:00:00
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting cffi>=1.12
Using cached cffi-1.15.1.tar.gz (508 kB)
Preparing metadata (setup.py) ... done
Collecting pycparser
Using cached pycparser-2.21-py2.py3-none-any.whl (118 kB)
Building wheels for collected packages: cryptography
Building wheel for cryptography (pyproject.toml) ... error
error: subprocess-exited-with-error

@IanSmith22 IanSmith22 changed the title Add support for Windows On ARM Add PyPi Package for Windows On ARM Jan 27, 2023
@reaperhulk
Copy link
Member

We won't ship a wheel for a platform we can't test in CI and GitHub does not currently offer arm64 windows runners. When they do we'll revisit this though! (see: pyca/pynacl#775 for some past discussion in another repo we own)

@IanSmith22
Copy link
Author

Hi @reaperhulk, thank you for the quick reply. I'll see if I can put in a GitHUB feature request or vote on one.

@alex
Copy link
Member

alex commented Feb 11, 2023

In the absence of some indication from gh that this is even on their roadmap, this is pretty inacationable for us, so I'm going toclose.

@alex alex closed this as completed Feb 11, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

3 participants