东方耀AI技术分享

标题: AttributeError: module 'numpy.random' has no attribute 'bit_generator' [打印本页]

作者: 东方耀    时间: 2020-1-12 20:14
标题: AttributeError: module 'numpy.random' has no attribute 'bit_generator'
AttributeError: module 'numpy.random' has no attribute 'bit_generator'


在使用imgaug时报错,估计是numpy的版本问题
np.random._bit_generator这个才有


可能就是版本不对应,不太想在这里浪费太多时间,于是就
pip3 uninstall numpy
Successfully uninstalled numpy-1.18.1


重新装了低版本的numpy就可以了
pip3 install numpy==1.17
Successfully installed numpy-1.17.0







欢迎光临 东方耀AI技术分享 (http://www.ai111.vip/) Powered by Discuz! X3.4