-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Support Windows on Arm #297
Comments
Hi @pbo-linaro. No, Anaconda support is not necessary except for adding support in conda, conda-build and anaconda.org which should need only minimal changes to support in the codebase. We can co-ordinate with them on that. Not a big deal.
|
See also this thread from one of your colleagues at https://groups.google.com/g/conda-forge/c/zbJDq7EnM34/m/pEIPyfKDBgAJ?utm_medium=email&utm_source=footer |
Hi @isuruf, since Niyas took contact with you, the biggest change is that now, Azure provides (non free) arm64 vm.
In the previous thread, you mentioned we can start with a windows-x86_64 build for conda. Alas, since the included python is not arm64, I don't now how to express packages needed are for "another" architecture (conda info is win-x64). Maybe I missed something, but is that blocking? |
No, conda-build can use a base x86_64 build, but build packages for arm64. Also conda can create an environment for any os-arch combination. For eg: |
👍 Basically, we can start playing with this on a dedicated channel we own if needed. The missing thing here is that conda-build is preconfigured for x64 architecture. So, how can I configure it to create packages for another arch (that is not yet known)? |
By setting |
I'm trying to build a package for this "new" architecture. Alas, conda build insists on finding a repodata.json for it: Is there a way to bypass this? (my package has no dependency) Thanks, |
I would love to have installers for Windows ARM64 (aarch64)! |
any update on conda for windows arm64 or WoA ? |
See conda-forge/conda-forge.github.io#1940. There are some basic packages built but |
Comment:
Hello,
we would like to contribute to conda-forge by helping to enable Windows arm64 architecture.
From what I understood, miniconda installer is developed by Anaconda, and it's code is not opened (to the opposite of miniforge).
Is that possible to add support for an "alien" python (arm64) in conda, or does Anaconda only can do this (before even talking about building packages)?
Thanks,
Pierrick
The text was updated successfully, but these errors were encountered: