Skip to content

No module named botasaurus.detectors #3

@B33pl0p

Description

@B33pl0p

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions