Staff Answer
May 15, 2023 - 12:07 PM
You should be able to define a path to where the 3rd party library is installed, then you could simply import the package into the script. Just a warning, not all packages can be imported.
For Example
It might look something like this if you install numpy to C:\Program Files (x86)\
import sys, os
sys.path.append(r"C:\Program Files (x86)\numpy")
import numpy as np
George Wai
Power Systems Technology Centre
Manitoba Hydro International
211 Commerce Drive | Winnipeg, Manitoba, Canada R3P 1A3
T +1 204 989 1241 | M +
support@mhi.ca | mhi.ca | pscad.com
Knowledge Base: pscad.com/knowledge-base
Add New Comment