Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: No module named clic #32

Open
ket0x4 opened this issue Jul 2, 2018 · 2 comments
Open

ImportError: No module named clic #32

ket0x4 opened this issue Jul 2, 2018 · 2 comments

Comments

@ket0x4
Copy link

ket0x4 commented Jul 2, 2018

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

@ManuelLR
Copy link
Owner

ManuelLR commented Jul 3, 2018

@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.

@ket0x4
Copy link
Author

ket0x4 commented Jul 3, 2018

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants