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

Typo in user.py #2

Open
hubertdelassus opened this issue Feb 18, 2022 · 3 comments
Open

Typo in user.py #2

hubertdelassus opened this issue Feb 18, 2022 · 3 comments

Comments

@hubertdelassus
Copy link

hubertdelassus commented Feb 18, 2022

In file user.py DoubleVector() should be VectorDouble() as declared in SEAL-python/src/wrapper.c line 21:
py::bind_vector<std::vector>(m, "VectorDouble", py::buffer_protocol());

@pandasamanvaya
Copy link
Owner

Hmm, looks like SEAL-Python has changed its name in the newer versions.
https://github.com/Huelse/SEAL-Python/blob/3.4.5/src/wrapper.cpp#L50

@hubertdelassus
Copy link
Author

It would be beneficial if the README.md could state what SEAL-Python and SEAL releases should be used.

@hubertdelassus
Copy link
Author

The fix is after downloading git clone https://github.com/Huelse/SEAL-Python.git
git checkout 3.3.2

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