Error Messages/46242

< Error Messages
Revision as of 00:37, 22 July 2025 by Calvin.lu (talk | contribs) (Created page with "Category: Error messages == Error message examples == <pre style="background:white; border:white; margin-left: 1em; font-style:italic"> PyArray requires the NumPy modul...")
(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 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.