How to re-install lxml?

后端 未结 4 1033
一个人的身影
一个人的身影 2020-12-09 16:45

Python version and Device used

  • Python 2,7.5
  • Mac 10.7.5
  • BeautifulSoup 4.2.1.

I\'m following the BeautifulSoup tu

4条回答
  •  Happy的楠姐
    2020-12-09 17:28

    apt-get on Debian/Ubuntu: sudo apt-get install python3-lxml For MacOS-X, a macport of lxml is available. Try something like sudo port install py27-lxml

    http://lxml.de/installation.html may be helpful.

提交回复
热议问题