mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-25 15:02:13 +00:00
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
97e0cf125e
commit
117e865827
@ -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
Block a user