You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: