module ‘numpy‘ has no attribute ‘object‘

目录

[module 'numpy' has no attribute 'object'](#module 'numpy' has no attribute 'object')

[FreeTypeFont object has no attribute 'getsize'](#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'

解决方法:

pip install Pillow==9.5

pip3 install --user Pillow==9.5

相关推荐
Maxwell_li12 天前
Pandas 描述分析和分组分析学习文档
学习·数据分析·numpy·pandas·matplotlib
Maxwell_li12 天前
pandas数据合并
机器学习·数据分析·numpy·pandas·matplotlib
爱打代码的小林2 天前
numpy库数组笔记
笔记·python·numpy
CClaris2 天前
手撕 LSTM:用 NumPy 从零实现 LSTM 前向传播
人工智能·numpy·lstm
我是哈哈hh3 天前
【Python数据分析】Numpy总结
开发语言·python·数据挖掘·数据分析·numpy·python数据分析
编程设计3663 天前
Numpy核心功能简易代码
numpy
家家小迷弟5 天前
docker容器内部安装python和numpy的方法
python·docker·numpy
蓝眸少年CY5 天前
Python科学计算 Numpy库
开发语言·python·numpy
谢景行^顾6 天前
numpy
开发语言·python·numpy
咚咚王者10 天前
人工智能之数据分析 numpy:第十三章 工具衔接与迁移
人工智能·数据分析·numpy