question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

AttributeError: 'module' object has no attribute 'anomaly_detector'

See original GitHub issue

I 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:open
  • Created 6 years ago
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
shaan1337commented, May 22, 2017

Try: from luminol import anomaly_detector detector = anomaly_detector.AnomalyDetector(ts)

0reactions
zhxiaom5commented, Aug 16, 2018

centos 6.5 64

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found