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 team, thank you for this useful tool. I am trying to install this tool in AWS EC2 instance which has python version 3.10.6 installed. I tried installing fmridenoise with both suggested installation methods, however with both of them there is an error and I am not able to install it. Is a specific version of python or pip required to install fmridenoise, or a specific way to import or use if when installed via a suggested method ?
1] I downloaded the project from github using git clone https://github.com/compneuro-ncu/fmridenoise.git command. Then after I did sudo python3 ~/fmridenoise/setup.py install. With this I get an error message error: traits 6.4.1 is installed but traits!=5.0,<6.4,>=4.6 is required by {'nipype'}
2] When I try installing it with sudo pip3.10 install fmridenoise shows no error and gives Successfully installed frozendict-2.3.8 matplotlib-3.7.2 nibabel-5.1.0 nilearn-0.10.1 nipype-1.8.6 numpy-1.25.1 pandas-2.0.3 psutil-5.9.5 pybids-0.16.1 pydot-1.4.2 scipy-1.11.1 seaborn-0.12.2 sklearn-0.0.post7 traits-6.3.2, but I cannot access fmridenoise. When I try fmridenoise -h, I get /usr/local/bin/fmridenoise: No such file or directory
Best,
Sneha
The text was updated successfully, but these errors were encountered:
Dear team, thank you for this useful tool. I am trying to install this tool in AWS EC2 instance which has python version 3.10.6 installed. I tried installing fmridenoise with both suggested installation methods, however with both of them there is an error and I am not able to install it. Is a specific version of python or pip required to install fmridenoise, or a specific way to import or use if when installed via a suggested method ?
1] I downloaded the project from github using
git clone https://github.com/compneuro-ncu/fmridenoise.git
command. Then after I didsudo python3 ~/fmridenoise/setup.py install
. With this I get an error messageerror: traits 6.4.1 is installed but traits!=5.0,<6.4,>=4.6 is required by {'nipype'}
2] When I try installing it with
sudo pip3.10 install fmridenoise
shows no error and givesSuccessfully installed frozendict-2.3.8 matplotlib-3.7.2 nibabel-5.1.0 nilearn-0.10.1 nipype-1.8.6 numpy-1.25.1 pandas-2.0.3 psutil-5.9.5 pybids-0.16.1 pydot-1.4.2 scipy-1.11.1 seaborn-0.12.2 sklearn-0.0.post7 traits-6.3.2
, but I cannot access fmridenoise. When I try fmridenoise -h, I get/usr/local/bin/fmridenoise: No such file or directory
Best,
Sneha
The text was updated successfully, but these errors were encountered: