Skip to content

Conversation

@uriariel
Copy link
Contributor

I thought that it might be a good idea to add docker integration into the project :)

@Huelse
Copy link
Owner

Huelse commented Feb 28, 2020

Fine, but in fact, there are 2 choices that can build this lib.
Both choice need build the SEAL lib at first, and numpy.
one is python3 setup.py build_ext -i or python3 setup.py install, the second command suggest using in virtual environment. By the way, this can use in windows with VS2017 or higher.
another is make, this choice needs install pybind11 pip3 install -r requirements.txt or make install (pybind11), to ensure the cmake can find it.

Can you improve the script? Thank you!

@Huelse Huelse merged commit e878cc1 into Huelse:master Feb 28, 2020
@uriariel
Copy link
Contributor Author

uriariel commented Mar 1, 2020 via email

@Huelse
Copy link
Owner

Huelse commented Mar 2, 2020

@uriariel I mean, it don't need to compile the pybind11, and only needs run python3 setup.py install

@uriariel
Copy link
Contributor Author

uriariel commented Mar 3, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants