Error installing fmridenoise

Hello,

I’m trying to install fmridenoise using pip but I get the following error:

(general) abaram@cicerly:/home/fs0/abaram/scratch$ pip install fmridenoise
Collecting fmridenoise
Downloading fmridenoise-0.2.0.tar.gz (1.0 MB)
|████████████████████████████████| 1.0 MB 14.5 MB/s
ERROR: Command errored out with exit status 1:
command: /Users/abaram/.conda/envs/general/bin/python -c ‘import sys, setuptools, tokenize; sys.argv[0] = ‘"’"’/private/tmp/pip-install-8d7ig_1q/fmridenoise/setup.py’"’"’; file=’"’"’/private/tmp/pip-install-8d7ig_1q/fmridenoise/setup.py’"’"’;f=getattr(tokenize, ‘"’"‘open’"’"’, open)(file);code=f.read().replace(’"’"’\r\n’"’"’, ‘"’"’\n’"’"’);f.close();exec(compile(code, file, ‘"’"‘exec’"’"’))’ egg_info --egg-base /private/tmp/pip-pip-egg-info-h7w3e6_u
cwd: /private/tmp/pip-install-8d7ig_1q/fmridenoise/
Complete output (5 lines):
Traceback (most recent call last):
File “”, line 1, in
File “/private/tmp/pip-install-8d7ig_1q/fmridenoise/setup.py”, line 8, in
with open(join(__dir_path, “requirements.txt”), ‘r’) as fh:
FileNotFoundError: [Errno 2] No such file or directory: ‘/private/tmp/pip-install-8d7ig_1q/fmridenoise/requirements.txt’
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.

I’d appreciate any help!

Best
Alon