Error Messages/46242

< Error Messages
Revision as of 15:15, 22 July 2025 by Calvin.lu (talk | contribs) (→‎Cause)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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


You are not allowed to post comments.