soachishti / moss.py

Python client for Moss: A System for Detecting Software Similarity
MIT License
381 stars 75 forks source link

When bs4 installed without lxml, download failed #14

Closed aahung closed 5 years ago

aahung commented 5 years ago

bs4.FeatureNotFound: Couldn't find a tree builder with the features you requested: lxml. Do you need to install a parser library?

Solution: pip install lxml

It is great to mention this in README

soachishti commented 5 years ago

Hi @aahung, Thanks for the report. lxml is now added to "install_requires" of setup.py.