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
889 stars 219 forks source link

ModuleNotFoundError: No module named 'botasaurus' #86

Closed salmansarwar5102 closed 6 months ago

salmansarwar5102 commented 6 months ago

$ python3 main.py Traceback (most recent call last): File "/home/salman/site/google-maps-scraper/main.py", line 1, in <module> from src.gmaps import Gmaps File "/home/salman/site/google-maps-scraper/src/gmaps.py", line 1, in <module> from botasaurus import bt ModuleNotFoundError: No module named 'botasaurus'

Chetan11-dev commented 6 months ago

Run python -m pip install botasaurus --upgrade

salmansarwar5102 commented 6 months ago

after installing botasaurus, this is the output.

salman@salman-VirtualBox:~/site/google-maps-scraper$ python3 main.py
Traceback (most recent call last):
  File "/home/salman/site/google-maps-scraper/main.py", line 1, in <module>
    from src.gmaps import Gmaps
  File "/home/salman/site/google-maps-scraper/src/gmaps.py", line 3, in <module>
    from src import scraper
  File "/home/salman/site/google-maps-scraper/src/scraper.py", line 5, in <module>
    from src.utils import convert_unicode_dict_to_ascii_dict, unique_strings
  File "/home/salman/site/google-maps-scraper/src/utils.py", line 2, in <module>
    from unidecode import unidecode
ModuleNotFoundError: No module named 'unidecode'
salmansarwar5102 commented 6 months ago

its working now. tysm :)