ImportError: No module named 'config_parser'
See original GitHub issueAfter 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'
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Python 3 ImportError: No module named 'ConfigParser'
I was getting install error for all the python packages. Abe Karplus's solution & discussion gave me the hint as to what could...
Read more >How to Solve ImportError: No module named ConfigParser?
It means, you have to install ConfigParser module. I suggest you to install Python PIP, which allows you to install modules quite easily....
Read more >No Module Named Configparser - MindMajix Community
As the error states, the packstack command is not capable of loading one of the Python modules, which is named as ConfigParser. It...
Read more >"ImportError: No module named configparser" error on Python ...
My first guess is that it's because such package does not exist in Python 2.7 - we can either import if from six...
Read more >[Solved] No Module Named Configparser - Encoding Compiler
The correct answer for modulenotfounderror: no module named 'configparser' ... The error says that the “packstack” command cannot load the Python module named...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
I also don’t like 2020, so here the new version: https://pypi.org/project/ngxtop/0.0.3/