-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Labels
No labels