intel / xml-cli

UFFAF - UEFI Firmware Foundational Automation Framework (formerly XmlCli)
https://intel.github.io/xml-cli/
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

[BUG] Questiosns about installation #21

Closed yanbwang closed 9 months ago

yanbwang commented 9 months ago

Hi,

I have install by "setup.py install" and after that I run "from xmlcli import XmlCli as cli" in Python3.8。

Then I get below error messages:

_Python 3.8.8 (tags/v3.8.8:024d805, Feb 19 2021, 13:18:16) [MSC v.1928 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

from xmlcli import XmlCli as cli Insecure module import used! Please install all the required dependencies by running pip install -r requirements.txt Insecure module import used! Please install all the required dependencies by running pip install -r requirements.txt Insecure module import used! Please install all the required dependencies by running pip install -r requirements.txt Insecure module import used! Please install all the required dependencies by running pip install -r requirements.txt _

How can I fix it? Did I miss something?

Thanks,

Ziv