- AttributeError: module 'numpy' h
- AttributeError: module 'numpy' h
- AttributeError: module ‘numpy‘ h
- AttributeError: module 'seaborn'
- 解决AttributeError: module 'numpy'
- AttributeError: module 'fcntl' h
- AttributeError: module 'pydot' h
- AttributeError: module 'numpy.co
- AttributeError: module 'numpy.co
- AttributeError错误
前言:在运行PaddleBoBo的过程中报错
执行下面这句话
python create_virtual_human.py --config default.yaml
错误
AttributeError: module ‘numpy‘ has no attribute ‘object‘
解决方法
python3 -m pip uninstall numpy
python3 -m pip install numpy==1.23.4
网友评论