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

相关推荐
一百天成为python专家1 天前
数据可视化
开发语言·人工智能·python·机器学习·信息可视化·numpy
赴3351 天前
Numpy 库 矩阵数学运算,点积,文件读取和保存等
人工智能·算法·numpy·random·dot
海哥编程2 天前
Python 数据分析(一):NumPy 基础知识
python·数据分析·numpy
赴3354 天前
numpy库 降维,矩阵创建与元素的选取,修改
numpy·flatten
paid槮5 天前
Python进阶第三方库之Numpy
开发语言·python·numpy
星期天要睡觉5 天前
NumPy库使用教学,简单详细。
numpy
lxmyzzs5 天前
【bug】Yolo11在使用tensorrt推理numpy报错
yolo·计算机视觉·bug·numpy
WBluuue5 天前
数学建模:运筹优化类问题
python·算法·数学建模·numpy·动态规划·matplotlib·图论
@MMiL6 天前
Python 中常见的数据管理高效方法
python·numpy·pandas·matplotlib
赴3356 天前
Numpy库,矩阵形状与维度操作
开发语言·python·矩阵·numpy·resize·reshape