SEAL
SEAL copied to clipboard
Is there a way to use python 3 to run the code?
Hi,
I wanted to run the code with cuda 9.1 on python 2.7, However it was hard to find a pytorch version for python 2.7. Then I have created a new environment with python 3.6. but when running python compile_cpp.py build
, I got errors inerspy.cpp related to PyInt_FromLong
and Py_InitModule
. I have tired to edit the code for python 3, but then I got build\temp.win-amd64-3.6\Release\ERSModule.cp36-win_amd64.lib : fatal error LNK1120: 1 unresolved externals
error.
Is it possible for you to provide the corresponding file with python 3.6?
Thanks