Skip to content

Commit 117e865

Browse files
jiayuan-intelwenlingz
authored andcommitted
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 <[email protected]>
1 parent 97e0cf1 commit 117e865

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/getting-started/sample-app.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,7 @@ Install and Run ACRN on the Target System
522522

523523
and then the ``histapp.py`` application::
524524

525+
pip install "numpy<2"
525526
sudo python3 /root/histapp.py
526527

527528
At this point, the HMI_VM is running and we've started the HMI parts of

0 commit comments

Comments
 (0)