-
Notifications
You must be signed in to change notification settings - Fork 538
Open
Description
Description:
I'm unable to install PyRadiomics on my Mac with an M2 chip (macOS Ventura). The installation fails during the build process, likely due to incompatible binary dependencies or missing ARM64 support.
Error Details:
ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyradiomics)
Steps to Reproduce:
Environment:
- Mac with Apple M2 chip
- Python 3.9 (via Anaconda x86_64 or native ARM64)
- pip/conda install attempts
Installation attempts:pip install pyradiomics conda install -c conda-forge pyradiomics
Expected Behavior:
Successful installation and import on ARM-based Macs.
Possible Solutions:
- Provide pre-built ARM64 wheels (manylinux2014_aarch64/macosx_arm64)
- Add Apple Silicon support to build pipelines
- Document ARM-specific installation workarounds
Thank you for considering this request! Let me know if you need additional details.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels