LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using external python modules from anaconda in a python node

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. 

0 Kudos
Message 1 of 1
(1,058 Views)