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

相关推荐
jerryinwuhan19 小时前
python数据挖掘基础
python·数据挖掘·numpy
SugarFreeOixi2 天前
MATLAB绘图风格记录NP类型
python·matlab·numpy
小陈工2 天前
FastAPI性能优化实战:从每秒100请求到1000的踩坑记录
python·性能优化·django·flask·numpy·pandas·fastapi
REDcker3 天前
CentOS 与主流 Linux 发行版历史与版本综述
linux·centos·numpy
百年੭ ᐕ)੭*⁾⁾4 天前
DataFrame存入mysql以及读取操作
数据库·mysql·numpy·pandas·ipython
TheLegendMe6 天前
NumPy 矩阵操作 + 图像处理
图像处理·矩阵·numpy
李昊哲小课6 天前
NumPy轴方向统计在多维数据分析中的应用
python·数据分析·numpy
李昊哲小课7 天前
NumPy 完整学习笔记
笔记·python·学习·数据分析·numpy
好家伙VCC7 天前
**NumPy中的高效数值计算:从基础到进阶的实战指南**在现代数据科学与机器学习领域
java·python·机器学习·numpy
MediaTea7 天前
NumPy:ndarray 数组属性
numpy