-
Notifications
You must be signed in to change notification settings - Fork 216
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
AttributeError: 'module' object has no attribute 'anomaly_detector' #17
Comments
Try: |
I tried Running Windows with Python 3.5.2 | Anaconda 4.2.0 |
Sorry just saw elsewhere I might need to try Python 2.7 to fix |
Yeah 2.7 works a charm in an Anaconda virtual environment |
This should be resolved with #28 |
I have same problem. I tried to run it on Python 2.7 but didnt work. I tried on azure notebook didnt work. I tried on Python 3.6 didnt work. Everytime same issue: AttributeError: 'module' object has no attribute 'anomaly_detector' and i realized that when i wanted to install package it showed me deprecation. Collecting luminol |
well,I meet this issue too,python 2.7.13 /usr/local/python-2.7.13/bin/python |
centos 6.5 64 |
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'
The text was updated successfully, but these errors were encountered: