open-discussion > cannot install mICA
Showing 1-2 of 2 posts
Display:
Results per page:
May 2, 2021  06:05 PM | Jingyi Wang
cannot install mICA
I have successfully installed the python 3.9, munkres, numpy, scipy, and matplotlib in my mac. I also made sure my terminal is using python 3.9 instead of the built-in python. However, when I tried to use the command installation_dir/mICA, the output showed "zsh: no such file or directory". I changed dir into the directory that contain mICA file, but no improvement. I also tried to cd to the folder that contain mICA and run" installation_mICA", but still no improvement. Could anyone help me with it?
May 12, 2021  06:05 AM | Jorge Manuel Sánchez - Hannover Medical School
RE: cannot install mICA
Dear Jingyi,

What operating system are you running?
Is the mICA file executable? You could check with "ls -l". The output should look like this:

   -rwxr-xr-x 1 user group 2156 Jun 5 2020 mICA

Concerning Python, the toolbox is not yet programmed to work with python3. It still requires python2. However, that should not be a problem for the GUI. Python is only required for the reproducibility analysis.

Best regards,

Jorge