Running external python 3 script

I have a python 3 script that processes an image file coming from a robot camera. I want the python 3 script to run either on my machine or in the gateway when I recieve a photo from the robot. The script processes information from the photograph. The python 3 script has many imports, some of which use C libraries. Please help me.

Try searching the forum for external python script, and please don't post your question in multiple threads.

Running external python script in Ignition - Ignition - Inductive Automation Forum

1 Like

This other thread:

I just spun up a web server and made my own api. Then I can run the program on the web server and grab data with an API call. For python 3 I used Flask for the API and I used conda for the environment.