You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
How can I fix it? Did I miss something?
Thanks,
Ziv
The text was updated successfully, but these errors were encountered: