欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

AttributeError: ‘NoneType‘ object has no attribute ‘origin‘解决办法

程序员文章站 2022-07-13 10:52:12
...

两种办法,一个不行就试试另一个,针对Ubuntu,Windows同理
第一种:先安装两个包

pip install luma.oled

如果是Windows系统,也可以用下面的命令

pip install https://github.com/rm-hull/luma.core/archive/master.zip
pip install https://github.com/rm-hull/luma.oled/archive/master.zip

第二种,打开pycharm(Windows和Ubuntu同理)
setting–>tools–>python scentific
然后将show plot in tool window勾掉即可

相关标签: python