googlesearch icon indicating copy to clipboard operation
googlesearch copied to clipboard

An outdated conda package

Open liutiming opened this issue 3 years ago • 1 comments

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 :)

liutiming avatar Jul 03 '21 07:07 liutiming

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.

ThisIsManuel avatar Jan 08 '22 18:01 ThisIsManuel