omkarcloud / google-maps-scraper

👋 HOLA 👋 HOLA 👋 HOLA ! ENJOY OUR GOOGLE MAPS SCRAPER 🚀 TO EFFORTLESSLY EXTRACT DATA SUCH AS NAMES, ADDRESSES, PHONE NUMBERS, REVIEWS, WEBSITES, AND RATINGS FROM GOOGLE MAPS WITH EASE! 🤖
https://www.omkar.cloud/
MIT License
1.11k stars 266 forks source link

TaskConfig.__init__() got an unexpected keyword argument 'log_time' #38

Closed 007-JB closed 1 year ago

007-JB commented 1 year ago

I've got the following for the pro version: not running:

$ python main.py Traceback (most recent call last): File "C:\Users\jbard\google-maps-scraper-pro-master\main.py", line 3, in from src import tasks_to_be_run File "C:\Users\jbard\google-maps-scraper-pro-master\src__init.py", line 1, in from .scrape_google_maps_links_task import ScrapeGoogleMapsLinksTask File "C:\Users\jbard\google-maps-scraper-pro-master\src\scrape_google_maps_links_task.py", line 3, in from src.scrape_google_maps_places_task import ScrapeGoogleMapsPlacesTask File "C:\Users\jbard\google-maps-scraper-pro-master\src\scrape_google_maps_places_task.py", line 5, in class ScrapeGoogleMapsPlacesTask(BaseTask): File "C:\Users\jbard\google-maps-scraper-pro-master\src\scrape_google_maps_places_task.py", line 6, in ScrapeGoogleMapsPlacesTask task_config = TaskConfig(output_filename="all", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: TaskConfig.init__() got an unexpected keyword argument 'log_time'

My folder looks like this after running pip install -r requirements.txt

image
Chetan11-dev commented 1 year ago

I kindly request you to run the following command to update the dependencies:

python -m pip install bose --upgrade