serpapi / google-search-results-python

Google Search Results via SERP API pip Python Package
MIT License
600 stars 97 forks source link

[Version] Update PyPi to include the most up-to-date version #39

Closed marm123 closed 1 year ago

marm123 commented 1 year ago

Currently, the PyPi allows users to install our library using pip easily. However, the library has been updated not to include the print method (screenshot below). The PyPi version still includes it, causing confusion among users. Some of them think that the printed URL should contain their data from search and contacting us about SerpApi not working, while others simply ask for this to be removed for clarity.

Current state: image

The user confused about the data not being available in the printed link. Another user confused about the data not being available in the printed link The user asking to remove the print method for clarity (they installed it through PyPi) Another user asking to remove the print method

Link for account details for PyPi

dimitryzub commented 1 year ago

@marm123 we with @ilyazub deployed a 2.4.2 which fixed this. Could you try on your end whenever you can?

marm123 commented 1 year ago

@dimitryzub sure, I'll test it soon. Thanks!

marm123 commented 1 year ago

Works great on my end! Thank you both, @dimitryzub and @ilyazub. I'm closing this thread.