ImportError: No module named staticconf.loader
See original GitHub issueWhen trying to run I’m getiing this error:
Traceback (most recent call last): File "./elastalert.py", line 20, in <module> from alerts import DebugAlerter File "/home/myuser/Desktop/elastalert-master/elastalert/alerts.py", line 19, in <module> from staticconf.loader import yaml_loader ImportError: No module named staticconf.loader
Any help?
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
elastalert - How to fix "ImportError: No module named error"
I just have the same problem. I used python 2.7 to install elastalert. So I remove elastalert and reinstall it with python36
Read more >staticconf.loader — PyStaticConfiguration 0.10.2 documentation
Source code for staticconf.loader. """ Load configuration values from different file formats and python structures. Nested dictionaries are flattened using ...
Read more >Yelp/elastalert - Gitter
Hi, Can I use --rule switch to give rule directory path? Any sample command? tried the same but its saying no rule loaded....
Read more >2021 How to Fix "No Module Named..." Error in Python
2021 How to Fix ImportError " No Module Named pkg_name" in Python! First, download the package using a terminal outside of python.
Read more >Python load package - ProgramCreek.com
This page shows Python code examples for load package. ... if name in sys.modules: return _exec(spec, sys.modules[name]) else: return _load(spec). Example 2 ...
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 Free
Top 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
pip install PyStaticConfiguration
?It works, thx