X_wan
X_wan
Exact same error here with python 3.9.5.
``` [General] cross_validation = True segmentix = True featurecalculators = [predict/CalcFeatures:1.0, pyradiomics/Pyradiomics:1.0] preprocessing = worc/PreProcess:1.0 registrationnode = elastix4.8/Elastix:4.8 transformationnode = elastix4.8/Transformix:4.8 joblib_ncores = 1 joblib_backend = threading tempsave = True...
For the second error, you could try to install numpy first before install predict.
Emm. I just made a clean enviroment (python 3.11.3), and installed numpy + scipy before installing pyradiomics. And it worked. Maybe try both? Though I don't see the reasoning. It...