Solved: python3 high version lxml module cannot import etree

Can be solved by installing a low version of lxml

pip install lxml==4.1.0 (python3 environment)

Guess you like

Origin blog.csdn.net/lyw5200/article/details/112236371