Skip to content

anaconda-client is failing to build on windows arm64 #29139

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

Open
charris opened this issue Jun 7, 2025 · 2 comments
Open

anaconda-client is failing to build on windows arm64 #29139

charris opened this issue Jun 7, 2025 · 2 comments

Comments

@charris
Copy link
Member

charris commented Jun 7, 2025

The failure is recent, see https://github.com/numpy/numpy/actions/runs/15508002493/job/43665227958. There are also a ton of warnings.

@rgommers
Copy link
Member

rgommers commented Jun 8, 2025

This is a known problem in CPython 3.13.4:

    LINK : fatal error LNK1104: cannot open file 'python313t.lib'

See https://discuss.python.org/t/heads-up-3-13-5-release-coming-soon/94535. A CPython 3.13.5 release will be out shortly to fix this.

@rgommers
Copy link
Member

rgommers commented Jun 8, 2025

Also, a new rpds-py release will be out soon with win_arm64 wheels (xref crate-py/rpds#133), and once that happens we should remove the build step for that from wheels.yml.

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

No branches or pull requests

2 participants