You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/scripts/check_numpy
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ if [[ -x "${PIP}" ]] && "${PIP}" show numpy | grep 'Version' >/dev/null; then
26
26
echo'NumPy is installed.'>&2
27
27
exit 0
28
28
else
29
-
echo'ERROR: missing dependency. Please install NumPy (http://www.numpy.org/). Once installed, run the command again.'>&2
29
+
echo'ERROR: missing dependency. Ensure pip is installed (https://github.com/pypa/pip). If so, please install NumPy (http://www.numpy.org/). Once installed, run the command again.'>&2
0 commit comments