Skip to content

FileNotFoundError: [Errno 2] No such file or directory: '../data/data.csv' #5

Description

@jarjarvin

I have some issues settings the data paths.

  1. I build and install both Denario and DenarioApp From sources.
  2. Then I run 'denario run' in the main folder, so that project_app is created in the same level as Denario and DenarioApp.
    I use Denario App GUI to upload my data file, it's uploaded into project_app/data folder correctly.

In analysis phase I'm getting errors that

Error: [Errno 2] No such file or directory: '.../projects/denario/project_app/experiment_generation_output/control/codebase/data_processing/load_subjective_data.py'

but I think the main reason might be that FileNotFoundError: [Errno 2] No such file or directory: 'data/data.csv'

I tried setting the PROJECT_DIR in DenarioApp/src/denario_app/constants.py to point to the actual 'project_app' - folder, but no luck.

Not sure if this is related but anyway: utils.py:75: UserWarning: No data files paths were found in the data description. If you want to provide input data, ensure that you indicate their path, otherwise this may cause hallucinations in the LLM in the get_results() workflow later on

Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions