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

Usage problems (when installation is not used) #19

Open
dubauski opened this issue Oct 10, 2017 · 0 comments
Open

Usage problems (when installation is not used) #19

dubauski opened this issue Oct 10, 2017 · 0 comments

Comments

@dubauski
Copy link

dubauski commented Oct 10, 2017

Readme says

"Use without installing: python -m kibana
For any example that follows, replace dotkibana with python -m kibana"

However I'm seeing the following errors if I try to do that:

python -m kibana --help
Traceback (most recent call last):
File "/Users/dubauski/anaconda/lib/python2.7/runpy.py", line 163, in _run_module_as_main
mod_name, _Error)
File "/Users/dubauski/anaconda/lib/python2.7/runpy.py", line 111, in _get_module_details
import(mod_name) # Do not catch exceptions initializing package
File "kibana/init.py", line 1, in
from .dotkibana import DotKibana # noqa
File "kibana/dotkibana.py", line 5, in
from .manager import KibanaManager
File "kibana/manager.py", line 4, in
from elasticsearch import Elasticsearch, RequestError
ImportError: No module named elasticsearch

Thank you for any help with this!

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

1 participant