Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when cmake .. #1

Open
ArlenaXiong opened this issue Mar 3, 2021 · 4 comments
Open

Error when cmake .. #1

ArlenaXiong opened this issue Mar 3, 2021 · 4 comments

Comments

@ArlenaXiong
Copy link

When I do cmake..
there are errors saying

CMake Error at CMakeLists.txt:7 (include):
include could not find load file:

/usr/local/cmake/source_of_randomness.cmake

CMake Error at CMakeLists.txt:8 (include):
include could not find load file:

/usr/local/cmake/threading.cmake

-- Configuring incomplete, errors occurred!

I am new to SecureML, can you help to figure out what's the problem? thank you!

@shreya-28
Copy link
Owner

The error is due to a mismatch in the version of emp-toolkit installed on your device. emp-tool and emp-ot have been modified from what has been used for this repo, so most probably, upstream has the removed cmake files that are resulting in this error.

A quick fix would be to rollback to the appropriate version. I will try to add emp-ot as a submodule in the meantime.
Hope this solves your issue. :)

@ArlenaXiong
Copy link
Author

Thanks for your reply. I haved noted the issue and use the emp-tool/ot/sh2pc github branch v0.1 solving this problem.

@ArlenaXiong
Copy link
Author

Yeah, I mean like secure logistic regression code.

Repository owner deleted a comment from ArlenaXiong Apr 6, 2021
@shreya-28
Copy link
Owner

The repository only provides the code for secure 2-party Linear Regression as laid out by SecureML, as that was the focus of my project. But I believe only the model specifications need to be changed in the online phase to implement Secure logistic regression, so the setup phase files would be helpful nonetheless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants