tducret / amazon-scraper-python

Non-official client to get some info about products sold on Amazon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No module named 'click'

rohitsoni opened this issue · 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'