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 'config_parser' #90

Closed
wonderer007 opened this issue Mar 29, 2018 · 8 comments
Closed

ImportError: No module named 'config_parser' #90

wonderer007 opened this issue Mar 29, 2018 · 8 comments

Comments

@wonderer007
Copy link

After installing when I am trying to run ngxtop its giving me error

Traceback (most recent call last):
  File "/usr/bin/ngxtop", line 7, in <module>
    from ngxtop.ngxtop import main
  File "/usr/lib64/python3.4/site-packages/ngxtop/ngxtop.py", line 77, in <module>
    from config_parser import detect_log_config, detect_config_path, extract_variables, build_pattern
ImportError: No module named 'config_parser'
@pffs
Copy link

pffs commented Apr 1, 2018

@wonderer007 I ran into the same issue, and after fixing it realized that the fixes are actually already present inside github, the issue is really that the pypi version of this predates those fixes. If you clone this repo and install from there, it's working just fine. The version needs to get bumped to 0.0.3 and uploaded to pypi so that the pypi version actually works on install.

@cscortes
Copy link

Same issue. If it is fixed, when is it going to get bumped to 0.0.3? The last version was in 2018 in march. This is a critical error since it doesn't allow the user to run the app. It immediately crashes. Not everyone is patient enough to fork a branch and run it, or even know how to do that.

@dvershinin
Copy link

The year 2020, past 2 years. The issue is still there.

@medoedoff
Copy link

medoedoff commented Sep 7, 2020

The year 2020, past 2 years. The issue is still there. №2

@nonocast
Copy link

still here. 2020

@tamert
Copy link

tamert commented Sep 30, 2020

still here 2020

@rorph
Copy link

rorph commented Dec 9, 2020

i hate 2020

in all fairness

pyhon2 -m pip install ngxtop works

@lebinh
Copy link
Owner

lebinh commented Dec 21, 2020

I also don't like 2020, so here the new version: https://pypi.org/project/ngxtop/0.0.3/

@lebinh lebinh closed this as completed Dec 21, 2020
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

9 participants