-
Notifications
You must be signed in to change notification settings - Fork 504
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
[BUG] missing itk
dependency in requirements.txt
#829
Labels
Comments
I am having the same issue here on an M2 Macbook – anyone who found a solution? |
I am having the same issue when trying to poetry (or uv) add pyradiomics to my project:
|
@ekamperi
This fixed the bug for me. Hopefully, it should do the same for you as well! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I tried building the pyradiomics from source.
python setup.py install
command was failing due to the below reason:I then used ChatGPT and Google Bard. Google Bard suggested that this error is due to missing
itk
dependency. I then installed usingitk
usingpip install itk
and then thepython setup.py install
command ran successfully.PyRadiomics configuration
NA
PyRadiomics log file
NA
To Reproduce
Steps to reproduce the behavior:
gh repo clone AIM-Harvard/pyradiomics
cd pyradiomics
pip install -r requirements.txt
python setup.py install
Expected behavior
Expected it to install but it failed due to the above mentioned reason.
Version (please complete the following information):
Additional context
NA
The text was updated successfully, but these errors were encountered: