omkarcloud / tripadvisor-scraper

⚡ Tripadvisor Scraper helps you collect Hotels and Restaurants from Tripadvisor. ⚡
https://www.omkar.cloud/
MIT License
141 stars 32 forks source link

ModuleNotFoundError: No module named 'botasaurus.decorators' #38

Closed chocolaid closed 4 months ago

chocolaid commented 4 months ago

I installed the packages and still getting an error when i run py main.py

Traceback (most recent call last): File "C:\Users\BLOOD\Desktop\tripadvisor-scraper\main.py", line 1, in from src import Tripadvisor File "C:\Users\BLOOD\Desktop\tripadvisor-scraper\src__init.py", line 1, in from .tripadvisor import Tripadvisor File "C:\Users\BLOOD\Desktop\tripadvisor-scraper\src\tripadvisor\init__.py", line 1, in from .tripadvisor_scraper import Tripadvisor File "C:\Users\BLOOD\Desktop\tripadvisor-scraper\src\tripadvisor\tripadvisor_scraper.py", line 4, in from .write_output import write_output File "C:\Users\BLOOD\Desktop\tripadvisor-scraper\src\tripadvisor\write_output.py", line 2, in from botasaurus.decorators import print_filenames ModuleNotFoundError: No module named 'botasaurus.decorators'

Chetan11-dev commented 4 months ago

Resolved in latest update