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


   > 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.
   
   @mssun  hi mssun,about this example 
https://github.com/mesalock-linux/mesapy/tree/sgx/sgx/examples/exec , I have a 
question.   
   I want to disable print buffer, make SGX_PRERELEASE=1 SGX_DEBUG=0, and then 
exec ./app  
   but app.py  still prints some buffer, I think app.py is performed inside 
enclave,   `print(argv)
       print("Hello, World!") `  should not execute successfully. So Can you 
explain why? Maybe I misunderstood. 


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org

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



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

Reply via email to