Facing Error Executing Python Script

Hi !!

I’m facing an issue while executing a python script in studio pro as it’s throwing a console error stating “Unable to execute this activity because you don’t have a python interpreter installed in the system — basically its an Venv config issue” even though I had corrected provided the Venv folder path.

This issue has already been reported earlier from a different user.
So, I had followed that steps as well but it didn’t worked for me.
Link attached - Error at Execute Python - #2 by Renan.Mancilha

So, need further assistance.
Kindly, provide the necessary steps to resolve this environment issue.

@Akshay_Kumar Below are the prerequisites for working with Python in Studio. Please ensure the following:

  • Python 3 is installed on the computer.
  • Environment variables for Python are set in the OS settings.
  • Check if the wrong path is set in the parameter “Path to venv folder.”
  • There might be a case where you are using a package that is not present in the path you provided for “Path to venv folder.”

If all the above conditions are correct, please provide the Python script and screenshots of your configuration and error messages in Studio for further analysis.

For more information, refer to the article provided below: Electroneek Studio Documentation