clips / pattern

Web mining module for Python, with tools for scraping, natural language processing, machine learning, network analysis and visualization.
https://github.com/clips/pattern/wiki
BSD 3-Clause "New" or "Revised" License
8.73k stars 1.58k forks source link

Error with importing of the sgmllib library #216

Open troymyname opened 6 years ago

troymyname commented 6 years ago

I am having issues with the pattern package since it requires the use of sgmllib library. I have been doing some reading, and it seems like this library was removed from Python3. Does anyone have an idea of how to install the package or how to find it?

Abunwer commented 6 years ago

I 'm not sure about that.... but I think you can use Virtualenv and set the default version of python to python 2.x