AttributeError: 'module' object has no attribute 'anomaly_detector'
See original GitHub issueI am running in Ubuntu with Python 2.7.
First I did:
pip install luminol
Then:
import luminol
detector = luminol.anomaly_detector.AnomalyDetector(ts)
This returns:
AttributeError: 'module' object has no attribute 'anomaly_detector'
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Python AttributeError: 'module' object has no attribute 'Serial'
I'm trying to access a serial port with Python 2.6 on my Raspberry Pi running Debian. My script named serial.py tries to import...
Read more >AttributeError: 'MultivariateSample' object has no attribute 'train'
Multivariate anomaly detector: AttributeError: 'MultivariateSample' object has no attribute 'train'. Hi,. While running the python code that is ...
Read more >subscription-manager throws `AttributeError:'module' object ...
Unable to execute any subscription-manager command due to the error of AttributeError: 'module' object has no attribute 'PY2'.
Read more >Plesk Migration Fails with "AttributeError: 'module' object has ...
An attempt to connect to the remote server ends up with the following error ... AttributeError: 'module' object has no attribute 'getlocale'.
Read more >Traceback with ansible: AttributeError: 'module' object has no ...
This is fixed as hacking/env-setup or python setup.py egg_info was executed. AttributeError: 'module' object has no attribute '_vendor'. I'm getting ...
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
Try:
from luminol import anomaly_detector
detector = anomaly_detector.AnomalyDetector(ts)
centos 6.5 64