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

相关推荐
小高求学之路11 天前
MinIO centos 7 离线(内网) 一键部署安装
python·centos·numpy
NLxxxxX11 天前
爬虫获取数据:selenium的应用
开发语言·爬虫·python·selenium·测试工具·numpy·pandas
沛沛老爹13 天前
NumPy玩转数据科学
人工智能·python·机器学习·numpy·数据科学·多维数组·python库
点云SLAM14 天前
PyTorch 中Tensor常用数据结构(int, list, numpy array等)互相转换和实战示例
数据结构·人工智能·pytorch·算法·list·numpy·tensor
搞IT的放牛娃14 天前
AI人工智能 —— Numpy
人工智能·numpy
摘取一颗天上星️19 天前
机器学习四剑客:Numpy、Pandas、PIL、Matplotlib 完全指南
机器学习·numpy·pandas
Ai财富密码19 天前
【Python教程】CentOS系统下Miniconda3安装与Python项目后台运行全攻略
开发语言·python·numpy
仟濹21 天前
「pandas 与 numpy」数据分析与处理全流程【数据分析全栈攻略:爬虫+处理+可视化+报告】
大数据·python·数据分析·numpy·pandas
心动啊12121 天前
Numpy7——数学2(矩阵基础(矩阵的逆和行列式),线性方程基础)
线性代数·矩阵·numpy
chenchenyyrr23 天前
【数据分析】之【Numpy】学习知识梳理
numpy