mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-28 19:54:01 +00:00
The Getting Started Guide specifies that we need to install the Python packages lxml, xmlschema, and defusedxml. However, a make clean involves the execution of the Python script manager.py. This script imports the package requests.py, which might not be installed if the developer follows the Getting Started Guide. Add requests follow this command in GSG. sudo pip3 install "elementpath==2.5.0" lxml "xmlschema==1.9.2" defusedxml tqdm requests [External_System_ID] ACRN-9144 Tracked-On: #8029 Signed-off-by: Zhang Wei <wei6.zhang@intel.com> |
||
---|---|---|
.. | ||
images | ||
getting-started.rst | ||
overview_dev.rst | ||
sample-app.rst |