pyod does not have a __version__
Created by: londumas
It appears that pyod does not have a version
print(pyod.__version__)
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-12-f3ad4f41ff57> in <module>
----> 1 print(pyod.__version__)
AttributeError: module 'pyod' has no attribute '__version__'
python -m pip show pyod
Name: pyod
Version: 0.8.4
...