cpp-lln-lab / bidsMReye

BIDS app using deepMReye to decode eye motion for fMRI time series data.
https://bidsmreye.readthedocs.io/en/latest/
Other
5 stars 5 forks source link

installation problem when using make install_dev #194

Closed yyang1234 closed 6 months ago

yyang1234 commented 7 months ago

got following error when doing make install_dev

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
daal4py 2021.6.0 requires daal==2021.4.0, which is not installed.
numba 0.55.1 requires numpy<1.22,>=1.18, but you have numpy 1.24.4 which is incompatible.
Successfully installed bidsmreye-0.3.2.dev50+g44cbc20 numpy-1.24.4
make models
bidsmreye_model --model_name all
usage: bidsmreye_model [-h]
                       [--model_name 
{1_guided_fixations,2_pursuit,3_openclosed,3_pursuit,4_pursuit,5_free_viewing,1t
o5,1to6}]
                       [--output_dir OUTPUT_DIR]

bidsmreye_model: error: argument --model_name: invalid choice: 'all' (choose 
from '1_guided_fixations', '2_pursuit', '3_openclosed', '3_pursuit', 
'4_pursuit', '5_free_viewing', '1to5', '1to6')

make[1]: *** [models] Error 2
make: *** [install_dev] Error 2

solved it by add bidsmreye_model --model_name 1to6 in make file

github-actions[bot] commented 7 months ago

Thank you for your issue. Give us a little time to review it.

PS. You might want to check the FAQ if you haven't done so already.

This is an automated reply, generated by FAQtory

Remi-Gau commented 7 months ago

were you trying to install it in a virtual environment?

yyang1234 commented 7 months ago

no it doesn't matter with the environment. I mean bidsmreye_model --model_name all in the make file didn't work. It works only if I change it to bidsmreye_model --model_name 1 to 6

Remi-Gau commented 6 months ago

@all-contributors please add @yyang1234 for bug, userTesting

allcontributors[bot] commented 6 months ago

@Remi-Gau

I've put up a pull request to add @yyang1234! :tada: