Cannot install AllenSDK on Windows
Opened this issue · 0 comments
Describe the bug
I cannot install the AllenSDK on a Windows computer. I tried following the instructions in the Install Guide but those fail. I also tried by forcing Python to be version 3.7 as indicated in issue 1704 and I get a different error message. That's the code below.
To Reproduce
conda create --name allenpy37 python=3.7
conda activate allenpy37
pip install allensdk
Expected behavior
I expected the installation to work
Actual Behavior
Building wheels for collected packages: simpleitk
Building wheel for simpleitk (pyproject.toml) ... error
error: subprocess-exited-with-error× Building wheel for simpleitk (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [365 lines of output]
Environment (please complete the following information):
- OS & version: Windows 11
- Python version: I tried with both 3.7 and 3.8
- AllenSDK version: 2.16.2