from sklearn.naive_bayes import CategoricalNB
运行时出现报错:ModuleNotFoundError: No module named 'numpy.testing.nosetester'
numpy 这个版本和 sklearn 不匹配