Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • gms_preprocessing gms_preprocessing
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • geomultisensgeomultisens
  • gms_preprocessinggms_preprocessing
  • Issues
  • #105
Closed
Open
Issue created Nov 27, 2020 by Daniel Scheffler@danschefOwner

'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.
Assignee
Assign to
Time tracking