Zion Amsalem · Mar 4, 2025 go to post

numpy is dependency and mandatory to run pandas  

and its looks like numpy is missing on the installed environment

before declare pandas you can just do something like this:

pip install --target /InterSystems/IRISHealth/mgr/python numpy

then just check if exist before import pandas