maartenmennes / ICA-AROMA

ICA-AROMA Software Package: a data-driven method to identify and remove head motion-related artefacts from functional MRI data.
Apache License 2.0
91 stars 53 forks source link

ValueError: numpy.ufunc has the wrong size, try recompiling. Expected 192, got 216 #40

Closed GerardYu closed 5 years ago

GerardYu commented 5 years ago

Hi Maarten, I found out that if i specify the feat folder instead of the individual files (like in the previous issue i've raised), i could a little progress further with the ICA-AROMA script, though it still could not be completed

--------------- 'ICA-based Automatic Removal Of Motion Artifacts' ---------------

Step 1) MELODIC Step 2) Automatic classification of the components

maartenmennes commented 5 years ago

hmm, we haven't seen this error before. Have you got the latest versions of numpy and pandas installed?

GerardYu commented 5 years ago

I reinstalled numpy and pandas and it worked now. thanks!