david-cortes / isotree

(Python, R, C/C++) Isolation Forest and variations such as SCiForest and EIF, with some additions (outlier detection + similarity + NA imputation)
https://isotree.readthedocs.io
BSD 2-Clause "Simplified" License
192 stars 38 forks source link

module 'numpy.random' has no attribute 'Generator' #29

Closed linlinge closed 3 years ago

linlinge commented 3 years ago

After install isotree, I test it with the given example. Then I got this error

module 'numpy.random' has no attribute 'Generator'
david-cortes commented 3 years ago

You need to update numpy to something more recent.