amazon-scraper-python icon indicating copy to clipboard operation
amazon-scraper-python copied to clipboard

No module named 'click'

Open rohitsoni opened this issue 5 years ago • 0 comments

I pip installed 'click' and it is in my pip list version 7.1.2 but I keep getting the following error:

Traceback (most recent call last): File "/VSCode/amazon2csv/amazon2csv.py", line 3, in import click ModuleNotFoundError: No module named 'click'

rohitsoni avatar Dec 23 '20 18:12 rohitsoni