When I install the numpy package on Python on my PC using:
pip install numpy
I can use it in python on my machine. If I do:
pip install --target C:\InterSystems\IRIS\mgr\python numpy
I get errors any time I try to import it in embedded python.
Embedded Python refers to the integration of the Python programming language into the InterSystems IRIS kernel, allowing developers to operate with data and develop business logic for server-side applications using Python.