https://pypi.org/project/google-search-results/1.0.0/#files has wheels for all python versions https://pypi.org/project/google-search-results/1.0.1/#files to https://pypi.org/project/google-search-results/1.2.3/#files have no wheels https://pypi.org/project/google-search-results/1.2.4/#files to https://pypi.org/project/google-search-results/1.3.1/#files have wheels only for py2 and then https://pypi.org/project/google-search-results/1.4.0/#files onward have no wheels again this makes it difficult to install with `pip install --no-compile` or `uv sync --no-build`
https://pypi.org/project/google-search-results/1.0.0/#files has wheels for all python versions
https://pypi.org/project/google-search-results/1.0.1/#files to https://pypi.org/project/google-search-results/1.2.3/#files have no wheels
https://pypi.org/project/google-search-results/1.2.4/#files to https://pypi.org/project/google-search-results/1.3.1/#files have wheels only for py2
and then https://pypi.org/project/google-search-results/1.4.0/#files onward have no wheels again
this makes it difficult to install with
pip install --no-compileoruv sync --no-build