From 069afc65193cde2b893e37a4ce1d26b67b58cfff Mon Sep 17 00:00:00 2001 From: Jiayuan Yang Date: Thu, 1 Aug 2024 22:42:55 -0400 Subject: [PATCH] doc: specify numpy version in sample application guide histapp.py cannot run on numpy>=2, thus specify numpy<2 via pip install command. Tracked-On: #8664 Signed-off-by: Jiayuan Yang --- doc/getting-started/sample-app.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/getting-started/sample-app.rst b/doc/getting-started/sample-app.rst index c1e4dd13e..2ba65dd12 100644 --- a/doc/getting-started/sample-app.rst +++ b/doc/getting-started/sample-app.rst @@ -522,6 +522,7 @@ Install and Run ACRN on the Target System and then the ``histapp.py`` application:: + pip install "numpy<2" sudo python3 /root/histapp.py At this point, the HMI_VM is running and we've started the HMI parts of