Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named botasaurus.detectors #3

Open
B33pl0p opened this issue Sep 10, 2024 · 2 comments
Open

No module named botasaurus.detectors #3

B33pl0p opened this issue Sep 10, 2024 · 2 comments

Comments

@B33pl0p
Copy link

B33pl0p commented Sep 10, 2024

Followed the process of cloning, installing requirements and then running main.py, got this error:
Traceback (most recent call last):
File "/workspace/amazon-scraper/main.py", line 1, in
from src import Amazon
File "/workspace/amazon-scraper/src/init.py", line 1, in
from .amazon_scraper import Amazon
File "/workspace/amazon-scraper/src/amazon_scraper.py", line 3, in
from .write_output import write_output
File "/workspace/amazon-scraper/src/write_output.py", line 2, in
from botasaurus.decorators import print_filenames
ModuleNotFoundError: No module named 'botasaurus.decorators'

I also tried in my local machine inside virtual environment but still got the same error

@moeezali2375
Copy link

did you solve this yet ?

@baarathsrinivas
Copy link

seems like it got renamed as below
from botasaurus.decorators_common import print_filenames

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants