Replies: 1 comment
-
please update it following https://github.com/omkarcloud/google-maps-scraper/blob/master/advanced.md#-how-to-update-the-scraper-to-the-latest-version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
gitpod /workspace/google-maps-scraper (master) $ python run.py
Traceback (most recent call last):
File "/workspace/google-maps-scraper/backend/scrapers.py", line 293, in
filters.BoolSelectDropdown("website", prioritize_no=True),
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'botasaurus_server.filters_export' has no attribute 'BoolSelectDropdown'. Did you mean: 'MultiSelectDropdown'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/workspace/google-maps-scraper/run.py", line 1, in
import backend.scrapers
File "/workspace/google-maps-scraper/backend/scrapers.py", line 325, in
filters.BoolSelectDropdown("website", prioritize_no=True),
^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'botasaurus_server.filters_export' has no attribute 'BoolSelectDropdown'. Did you mean: 'MultiSelectDropdown'?
failed to solve: process "/bin/sh -c python run.py install" did not complete successfully: exit code: 1
Beta Was this translation helpful? Give feedback.
All reactions