Error Messages/46242
Error message examples
PyArray requires the NumPy module to be imported. Ensure NumPy is installed in your Python environment and import NumPy by adding «import numpy» to your Python Startup Code, under Definition > Application integration > Python > Python Startup Code
Cause
PyArray requires the Python library NumPy to use.
Remedies
Ensure NumPy is installed on your Python environment and imported. One way to do this is to add «import numpy» to your Python Startup Code then closing and reopening the model.
Comments
Enable comment auto-refresher