Skip to content

Commit

Permalink
doc: specify numpy version in sample application guide
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jiayuan-intel authored and wenlingz committed Aug 2, 2024
1 parent 97e0cf1 commit 117e865
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/getting-started/sample-app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 117e865

Please sign in to comment.