运行代码时出现以下错误AttributeError: module 'numpy.random' has no attribute 'Generator'百度一圈没找到具体原因,有知道的学霸们可以解答下么
就是找不到这个库了
numpy版本不适配
pip uninstall numpy
pip install numpy