目录
module 'numpy' has no attribute 'object'
FreeTypeFont object has no attribute 'getsize'
解决方案:
pip uninstall numpy
pip install numpy==1.23.4
pip3 install --user numpy==1.23.4
解决方法:
pip install Pillow==9.5
pip3 install --user Pillow==9.5
京公网安备 11010502049817号