Python 3.6 doesn't run your examples
See original GitHub issueLooks like the support for Python 3 is not completely developed yet. With Python 3.6 the examples you have don’t run:
from luminol.anomaly_detector import AnomalyDetector
What’s the easy fix for this?
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
What's New In Python 3.6 — Python 3.11.1 documentation
This article explains the new features in Python 3.6, compared to 3.5. ... For example, if a class sets __iter__() to None ,...
Read more >check_output doesn't works in python 3.6 while subprocess ...
Run the command described by args . Wait for command to complete, then return the returncode attribute. This is equivalent to: run(...).
Read more >It's time to stop using Python 3.6
Python 3.6 will stop getting security updates in December 2021. Given the existence of 3.7, 3.8, 3.9, and 3.10, you really should upgrade....
Read more >Invalid Syntax in Python: Common Reasons for SyntaxError
In this step-by-step tutorial, you'll see common examples of invalid syntax in Python and learn how to resolve the issue. If you've ever...
Read more >Manage Python environments and interpreters - Visual Studio ...
A Python environment is a context in which you run Python code and ... For example, Python 2.7, Python 3.6, Python 3.7, Anaconda...
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
Could you try this example:
We’re working on an update to the readme with #30. You can preview it here.
Version 0.4 adds the Python 3 support – pypi has not been updated yet, so for the time being you’d have to clone the repo and run
python setup.py install
or install it like this:I think this issue can be closed now that pypi has been updated