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

Create installation #45

Closed ishitandon closed 4 years ago

ishitandon commented 4 years ago

Hello all, I am trying to install ICA-AROMA on my macOS Catalina 10.15.3. I am unable to do so because of the following error-

Apples-MacBook-Air:~ apple$ curl -sSL "https://github.com/rhr-pruim/ICA-AROMA/archive/v0.4.3-beta.tar.gz" | tar -xzC /opt/ICA-AROMA --strip-componets 1 tar: Option --strip-componets is not supported Usage: List: tar -tf Extract: tar -xf Create: tar -cf [filenames...] Help: tar --help curl: (23) Failed writing body (0 != 1370)

I am having FSL (version 6.0) pre-installed and default python 2.7 that comes with mac. Also I tried installing python modules - os, argparse,numpy,commands, random using pip. But there is a following error in installing the commands and random module.

Apples-MacBook-Air:bin apple$ pip install commands DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement commands (from versions: none) ERROR: No matching distribution found for commands Apples-MacBook-Air:bin apple$ pip install random DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement random (from versions: none) ERROR: No matching distribution found for random

I am no sure what the issue is? Can someone look into it? Thanks in advance

maartenmennes commented 4 years ago

This was discussed over email. The user was using incorrect installation commands.