While executing an external Python script which imports numpy module via IronPython in C#, Visual Studio, I get a module not found error of numpy.
Tried to copy the numpy directory from my local python folder it causes an error cannot load library.
import time
import imutils
from imutils.video import VideoStream
from os import listdir, path, makedirs
import cv2
import os
import tkinter as tk
from tkinter.font import Font
from tkinter import *
In C#:-
v.ExecuteFile("D:\\test1.py");
Expected the code to run but throws a module not found error /a library error