Hello everyone,
I'm attempting to integrate python code into my labview program that uses opencv to perform some crucial functions. I'm having no issues connecting with my main .py file in the labview code, however, whenever it attempts to execute the code, labview returns error 1667 stating ModuleNotFoundError: No module named 'cv2'. I wrote the original python code in Anaconda 3's environment, and I usually encounter an error like this if the python interpreter I'm using doesn't have access to anaconda's site packages. Is there any way for me to get labview to pull modules from anaconda's environment, or at the very least, to somehow manually reference any modules I need in labview in order to allow me to execute my main code?
Thanks.