Skip to content
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

Cannot install AllenSDK on Windows #2746

Open
MatteoCarandini opened this issue Aug 5, 2024 · 0 comments
Open

Cannot install AllenSDK on Windows #2746

MatteoCarandini opened this issue Aug 5, 2024 · 0 comments
Labels

Comments

@MatteoCarandini
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant