Compiler-dependent tests fail on ARM on Windows
Open
Nobody has claimed this yet.
Windows
- Dominant language
- Python
- Stars
- 59
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
After installing Python 3.11b and Visual Studio 2022 on Windows on ARM, tests fail thus. Linking fails with the error:
LINK : fatal error LNK1104: cannot open file 'MSVCRT.lib'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked failure log and the compiler-dependent tests in a Python 3.11b and Visual Studio 2022 environment on Windows on ARM. Investigate the LNK1104 failure for MSVCRT.lib; done means the affected tests link and run successfully without this error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, testing-qa
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100