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 <jiayuan.yang@intel.com>
This commit is contained in:
parent
2474421fba
commit
069afc6519
|
@ -522,6 +522,7 @@ Install and Run ACRN on the Target System
|
||||||
|
|
||||||
and then the ``histapp.py`` application::
|
and then the ``histapp.py`` application::
|
||||||
|
|
||||||
|
pip install "numpy<2"
|
||||||
sudo python3 /root/histapp.py
|
sudo python3 /root/histapp.py
|
||||||
|
|
||||||
At this point, the HMI_VM is running and we've started the HMI parts of
|
At this point, the HMI_VM is running and we've started the HMI parts of
|
||||||
|
|
Loading…
Reference in New Issue