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

相关推荐
inside8022 天前
11月10日学习总结--numpy的基本操作
学习·numpy
wudl55664 天前
NumPy -数组属性与形状操作
numpy
njxiejing5 天前
Numpy一维、二维、三维数组切片实例
开发语言·python·numpy
wudl55665 天前
NumPy 简介与安装
numpy
wudl55665 天前
NumPy -数组运算与操作
numpy
云和数据.ChenGuang6 天前
SyntaxError: Non-UTF-8 code starting
人工智能·python·numpy
景彡先生10 天前
Python NumPy广播机制详解:从原理到实战,数组运算的“隐形翅膀”
开发语言·python·numpy
冰糖拌面10 天前
trimesh库初步接触
numpy
云烟成雨TD13 天前
NumPy 2.x 完全指南【四十二】线性代数之向量运算
python·机器学习·numpy
做科研的周师兄13 天前
【机器学习入门】9.2:感知机 Python 实践代码模板(苹果香蕉分类任务适配)
人工智能·python·学习·机器学习·分类·数据挖掘·numpy