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

相关推荐
MoRanzhi120317 小时前
Pillow 基础图像操作与数据预处理
图像处理·python·深度学习·机器学习·numpy·pillow·数据预处理
Geoking.2 天前
NumPy zeros() 函数详解
python·numpy
herbal_medicine4 天前
把流量的pcap文件转成其他多种类型的数据(比如序列、图片、自然语言的嵌入),迁移其他领域的模型进行训练。
numpy
jie*6 天前
小杰深度学习(seventeen)——视觉-经典神经网络——MObileNetV3
人工智能·python·深度学习·神经网络·numpy·matplotlib
jie*6 天前
小杰深度学习(sixteen)——视觉-经典神经网络——MobileNetV2
人工智能·python·深度学习·神经网络·tensorflow·numpy·matplotlib
却道天凉_好个秋8 天前
OpenCV(九):NumPy中的矩阵的检索与赋值
opencv·矩阵·numpy
却道天凉_好个秋8 天前
OpenCV(十):NumPy中的ROI
人工智能·opencv·numpy
却道天凉_好个秋9 天前
OpenCV(八):NumPy
人工智能·opencv·numpy
景早11 天前
NumPy 矩阵库(numpy.matlib)用法与作用详解
线性代数·矩阵·numpy