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
I have fmriprep working cleanly from docker and am loving it, but thought I would take it a step further and check out fmridenoise on my results.
Unfortunately I run into trouble at this step.
Am running mac os x catalina 10.15.7 using pyenv to set python to 3.9.5.
$ fmridenoise --version
/usr/local/Cellar/pyenv/2.0.1/libexec/pyenv-exec: /Users/mullinsr/.pyenv/versions/3.9.5/bin/fmridenoise: /usr/bin/sh: bad interpreter: No such file or directory
/usr/local/Cellar/pyenv/2.0.1/libexec/pyenv-exec: line 48: /Users/mullinsr/.pyenv/versions/3.9.5/bin/fmridenoise: Undefined error: 0
Note that the same error occurs when I run fmridenoise compare on my BIDS directory, or anything else.
Probably something simple I am overlooking and I will be embarrassed when it gets pointed out, but better that than remain stuck.
The text was updated successfully, but these errors were encountered:
Just to add-on something similar, I am also on a mac (Monterey) but am running it through docker. When I run --version
I.e. docker run compneuro-ncu/fmridenoise:0.2.1 --version
I don't get any version output, but instead just get:
/usr/local/lib/python3.8/dist-packages/nilearn-0.8.1-py3.8.egg/nilearn/datasets/__init__.py:93: FutureWarning: Fetchers from the nilearn.datasets module will be updated in version 0.9 to return python strings instead of bytes and Pandas dataframes instead of Numpy arrays.
warn("Fetchers from the nilearn.datasets module will be "
/usr/local/lib/python3.8/dist-packages/pybids-0.14.0-py3.8.egg/bids/config.py:39: FutureWarning: Setting 'extension_initial_dot' will be removed in pybids 0.16.
warnings.warn("Setting 'extension_initial_dot' will be removed in pybids 0.16.",
0+unknown
I have fmriprep working cleanly from docker and am loving it, but thought I would take it a step further and check out fmridenoise on my results.
Unfortunately I run into trouble at this step.
Am running mac os x catalina 10.15.7 using pyenv to set python to 3.9.5.
$ fmridenoise --version
/usr/local/Cellar/pyenv/2.0.1/libexec/pyenv-exec: /Users/mullinsr/.pyenv/versions/3.9.5/bin/fmridenoise: /usr/bin/sh: bad interpreter: No such file or directory
/usr/local/Cellar/pyenv/2.0.1/libexec/pyenv-exec: line 48: /Users/mullinsr/.pyenv/versions/3.9.5/bin/fmridenoise: Undefined error: 0
Note that the same error occurs when I run fmridenoise compare on my BIDS directory, or anything else.
Probably something simple I am overlooking and I will be embarrassed when it gets pointed out, but better that than remain stuck.
The text was updated successfully, but these errors were encountered: