You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear experts, I am trying to run mriqc_clf locally on my Mac and I get the following error:
mriqc_clf --load-classifier -X group_T1w.tsv
Traceback (most recent call last):
File "/Users/Narlon/opt/miniconda3/bin/mriqc_clf", line 8, in <module>
sys.exit(main())
File "/Users/Narlon/opt/miniconda3/lib/python3.9/site-packages/mriqc/bin/mriqc_clf.py", line 156, in main
from ..classifier.helper import CVHelper
File "/Users/Narlon/opt/miniconda3/lib/python3.9/site-packages/mriqc/classifier/helper.py", line 20, in <module>
from sklearn.metrics.scorer import check_scoring
ModuleNotFoundError: No module named 'sklearn.metrics.scorer'
Any ideas how to fix this issue, if possible at all?
Thank you!
mriqc --version
MRIQC v0.16.1
The text was updated successfully, but these errors were encountered:
Dear experts, I am trying to run
mriqc_clf
locally on my Mac and I get the following error:Any ideas how to fix this issue, if possible at all?
Thank you!
The text was updated successfully, but these errors were encountered: