I have a python script that I need to execute using a C# program via the IronPython framework. When I try it, I got an error saying "no module named pylink". I figured pip install of the libraries doesn't apply to IronPython, so I manually downloaded the library and gave a path to the library. I did this for multiple libraries and this seems to get rid of the errors till I got this error "No module named _psutil_windows".
I looked and can't find a library called "_psutil_windows" online. I looked in the python installations' lib folder and found a c file, but that doesn't seem to solve this issue. Please look at the screenshot below:
I never wrote py script. Please excuse my stupid question.