library · inferred from evidence
google-search-results
A deprecated Python package shipped by SerpApi that collides with the new package.
- AttributeError: module 'serpapi' has no attribute 'Client'
SerpApi ships two Python packages that collide: the old deprecated `google-search-results` and the new recommended `serpapi`. Having both installed shadows the new `Client` class. Fix: `pip uninstall google-search-results`, remove `google-s