tducret / amazon-scraper-python

Non-official client to get some info about products sold on Amazon
MIT License
871 stars 159 forks source link

No module named 'click' #32

Open rohitsoni opened 3 years ago

rohitsoni commented 3 years ago

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'