lebinh / ngxtop

Real-time metrics for nginx server
MIT License
6.49k stars 473 forks source link

Error #99

Closed matt-matt1 closed 3 years ago

matt-matt1 commented 5 years ago

Hi

$ ngxtop info Traceback (most recent call last): File "/usr/local/bin/ngxtop", line 6, in from ngxtop.ngxtop import main File "/usr/local/lib/python3.6/dist-packages/ngxtop/ngxtop.py", line 77, in from config_parser import detect_log_config, detect_config_path, extract_variables, build_pattern ModuleNotFoundError: No module named 'config_parser'

What's wrong/missing?

dradux commented 5 years ago

This is a python 3.x issue, see here for more info and solution: https://github.com/lebinh/ngxtop/issues/49

lebinh commented 3 years ago

Latest package from PyPi should fix this already.