-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
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. |
Thanks for your reply. I haved noted the issue and use the emp-tool/ot/sh2pc github branch v0.1 solving this problem. |
Yeah, I mean like secure logistic regression code. |
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. |
When I do cmake..
there are errors saying
CMake Error at CMakeLists.txt:7 (include):
include could not find load file:
CMake Error at CMakeLists.txt:8 (include):
include could not find load file:
-- Configuring incomplete, errors occurred!
I am new to SecureML, can you help to figure out what's the problem? thank you!
The text was updated successfully, but these errors were encountered: