Skip to content

Compilation doesn't create directories #2

@martinthomson

Description

@martinthomson

Following the instructions, I got this:

(.venv) $ python ipa compile
Compiling ipae2e
Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
...
  File ".../.venv/src/mp-spdz-compiler/Compiler/program.py", line 203, in init_names
    os.mkdir(self.programs_dir + "/" + dirname)
FileNotFoundError: [Errno 2] No such file or directory: '.../ipa/Programs/Public-Input'

This appeared to work:

mkdir .../ipa/Programs/Public-Input

So maybe suggest running that first.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions