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.72k stars 1.58k forks source link

CherryPy dependency breaks Python2 support #255

Open mjhilt opened 5 years ago

mjhilt commented 5 years ago

CherryPy dropped support for python 2.x with their 18.0 release. The dependency specified for this package will cause out of the box installs to fail on python 2.x because of it.

Can you pin the cherryPy dependency to 17.x?