Notmail_Bot icon indicating copy to clipboard operation
Notmail_Bot copied to clipboard

ImportError: No module named clic

Open ket0x4 opened this issue 6 years ago • 2 comments

doop@doopserver:~/Notmail_Bot$ python notmail_bot.py --config_path my-config/my_config.ini Traceback (most recent call last): File "notmail_bot.py", line 19, in <module> import click # http://click.pocoo.org/6/ ImportError: No module named click

I alredy installed click with pip

ket0x4 avatar Jul 02 '18 22:07 ket0x4

@TheDoop Hi! Can you please give me more details? With which command did you install the dependencies? What was his output? I haven't this problem and I reviewed the official documentation of click and is being used correctly.

ManuelLR avatar Jul 03 '18 04:07 ManuelLR

Ok Firt I installed dependencies pip install -r requirements.txt And I tried to run python notmail_bot.py --config_path my-config/my_config.ini but this gave the output Traceback (most recent call last): File "notmail_bot.py", line 19, in <module> import click # http://click.pocoo.org/6/ ImportError: No module named click But click module already installed Requirement already satisfied: click in /usr/local/lib/python3.5/dist-packages (6.7)

ket0x4 avatar Jul 03 '18 12:07 ket0x4