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

Installation can fail if SimpleITK is not installed prior #10

Open
nikitamoriakov opened this issue Apr 17, 2024 · 0 comments
Open

Installation can fail if SimpleITK is not installed prior #10

nikitamoriakov opened this issue Apr 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@nikitamoriakov
Copy link

nikitamoriakov commented Apr 17, 2024

Describe the bug
If SimpleITK is not already installed, running python setup.py install seems to force it to try to build SimpleITK from source, which can fail if permissions are insufficient. In my case, it complained about insufficient permissions and sandbox violation. However, if SimpleITK is already installed, installation of xdrt goes without issues.

To Reproduce
Create a virtual environment without SimpleITK installed. Running xdrt installer can force it to try to build and install SimpleITK from source (not expected since SimpleITK is available via pip).

Expected behavior
If SimpleITK is not available, it should try installing it via pip first, presumably.

Environment
Operating System: Mac OS

@nikitamoriakov nikitamoriakov added the bug Something isn't working label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant