高版本的python etree报错,显示不存在怎么解决
一搜,发现很多人都遇到类似的问题,处理python换版本还有什么办法吗
python 3.5之后的lxml模块里面不再包含etree,用pip install lxml==4.1.0。其实python换版本的话用anaconda也很方便