from sklearn.neighbors import LSHForest
cannot find reference 'LSHForest' in '__init__.py'報錯
pip3 list #查看sklearn版本號,我的是0.21,這個版本太高了可能改名字了或者其他原因
sudo pip3 uninstall scikit-learn #我之前安裝的是sklearn,顯示版本號是0.0也是直接卸載
sudo pip3 install scikit-learn==0.19.2 #在網站上搜發現這個版本有這個包 https://scikit-learn.org/stable/support.html#documentation-resources