11 Feb 2025 04:45 PM
I am trying to build Python 2.0 extensions and I got this errorthe error
this is part of my code
11 Feb 2025 05:28 PM
I have a similar case where an antimalware is blocking execution of the venv's.
In that case, the errors happen at the AG level; check them, as you might see what might be happening there.
20 Feb 2025 01:38 PM
Hello
have you found a solution ? I have the same error
20 Feb 2025 02:28 PM
You got go to the vm where you are deploying your extension, and go to the path where your python3_fastcheck.log file is located, then just do sudo cat python3_fastcheck.log and check the errors from there
20 Feb 2025 03:19 PM
Thank you for your response i will try to find the error from there