You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/08/05 22:45:43 UTC

[GitHub] [incubator-teaclave] mssun commented on issue #393: How to debug Python scripts

mssun commented on issue #393:
URL: https://github.com/apache/incubator-teaclave/issues/393#issuecomment-669573976


   Hi, thanks for asking. This is one of our limitation for the MesaPy executor. One way to debug Python scripts is to directly use the standalone MesaPy for SGX. For instance, you can use the exec example (https://github.com/mesalock-linux/mesapy/tree/sgx/sgx/examples/exec) to develop the Python script first and then run in the Teaclave framework.
   
   For your case, I think this is because you are using numpy, while the MesaPy executor does not support numpy and many other third-party libraries currently.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org