module ‘numpy‘ has no attribute ‘object‘

目录

module 'numpy' has no attribute 'object'

FreeTypeFont object has no attribute 'getsize'


module 'numpy' has no attribute 'object'

解决方案:

pip uninstall numpy

pip install numpy==1.23.4

pip3 install --user numpy==1.23.4

FreeTypeFont object has no attribute 'getsize'

扫描二维码关注公众号,回复: 16841976 查看本文章

解决方法:

pip install Pillow==9.5

pip3 install --user Pillow==9.5

猜你喜欢

转载自blog.csdn.net/jacke121/article/details/133137390
今日推荐