You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: