'FileNotFoundError: Options file not found ...' when running run_gms.py -h after installing gms_preprocessing from pip or conda-forge.
conda install -c conda-forge gms_preprocessing
(gms) gfz-fe@geoms:~/$ run_gms.py -h
Traceback (most recent call last):
File "/home/gfz-fe/miniconda3/envs/gms/bin/run_gms.py", line 45, in <module>
options_default = get_options(path_options_default, validation=True) # type: dict
File "/home/gfz-fe/miniconda3/envs/gms/lib/python3.8/site-packages/gms_preprocessing/options/config.py", line 845, in get_options
raise FileNotFoundError("Options file not found at file path %s." % target)
FileNotFoundError: Options file not found at file path /home/gfz-fe/miniconda3/envs/gms/lib/python3.8/site-packages/gms_preprocessing/options/options_default.json.