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

相关推荐
CS创新实验室8 小时前
NumPy数组的C风格和Fortran风格
c语言·开发语言·numpy
梅雅达编程笔记9 小时前
零基础学 Python 第7章 | 字典 dict:键值对存储
开发语言·python·beautifulsoup·numpy·pandas
月疯7 天前
np.where()[0]的用法
开发语言·python·numpy
你想知道什么?8 天前
NumPy常用函数
numpy
风流 少年9 天前
数据分析:numpy
数据挖掘·数据分析·numpy
fai厅的秃头姐!10 天前
数据分析-Numpy
数据挖掘·数据分析·numpy
m沐沐1 个月前
【计算机视觉】OpenCV 模板匹配银行卡数字识别---下
人工智能·python·opencv·计算机视觉·pycharm·numpy
云和数据.ChenGuang1 个月前
大模型厂商常用的数据库有哪些?
数据库·人工智能·pytorch·深度学习·numpy
MATLAB代码顾问1 个月前
Python NumPy数值计算核心指南
开发语言·python·numpy
FBI HackerHarry浩1 个月前
解决pip 安装 numpy 时元数据生成失败
numpy·pip