fMRIprep installation error

Hello experts
I am installing fmriprep through the command python -m pip install fmriprep, below is the error.

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

× pip subprocess to install backend dependencies did not run successfully.
│ exit code: 1

note: This error originates from a subprocess, and is likely not a problem with pip.

do needful

Thanks

Does pip work if you try to install other packages? Maybe you don’t have permissions to install?

Can you install using Docker or Singularity (which are both recommended over Python anyway)?

Hi
Sorry for the delay response. You are right it seems there is a permission issue. This is running now on cluster but still showing python error with my desktop system. Anyway thanks for the comment.