Skip to content

Subprocess errors #2

@sheilman77

Description

@sheilman77

In line 280 of fc_loop.py there is a command
subprocess.run(["julia","search_fc.jl", args.dump_path, str(args.nb_local_searches), str(args.num_initial_empty_objects), str(args.final_database_size), str(args.target_db_size)])

When running fc_loop.py, this line gives exceptions. To try to fix the issue, I changed "search_fc.jl" to the exact directory where it appears on my computer, and I also changed "julia" to the exact directory where the julia files appear on my computer, but then I get "access denied" exceptions. This error occurs both on my own Windows computer and also on remote Linux computers.
Any help with this issue would be appreciated!
Thanks-
-S

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions