MarioVilas / googlesearch

Google search from Python (unofficial).
BSD 3-Clause "New" or "Revised" License
1.14k stars 390 forks source link

An outdated conda package #106

Closed liutiming closed 6 months ago

liutiming commented 3 years ago

Thanks for this great package!

At first I installed via https://anaconda.org/mbonix/google, and apparently this is outdated and returns the following bs4 error with example code:

AttributeError: 'NoneType' object has no attribute 'findAll'

Installing via pip has no issue :)

ThisIsManuel commented 2 years ago

That is a different package. You can find googlesearch here: https://anaconda.org/conda-forge/googlesearch

To install via conda run conda install -c conda-forge googlesearch instead of conda install -c mbonix google.