TypeError: add() argument after * must be an iterable, not Settings的错误原因
Posted guhongying
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: add() argument after * must be an iterable, not Settings的错误原因相关的知识,希望对你有一定的参考价值。
在抄代码的时候发现有个错误:
TypeError: add() argument after * must be an iterable, not Settings
看不懂,百度才知道原因,原来是第2行的 _init_ 写成了 _int_
1 class Alien(Sprite): 2 def __init__(self,ai_settings,screen): 3 super(Alien,self).__init__() 4 self.screen=screen 5 self.ai_settings=ai_settings
以上是关于TypeError: add() argument after * must be an iterable, not Settings的错误原因的主要内容,如果未能解决你的问题,请参考以下文章
Python中self的用法详解,或者总是提示:TypeError: add() missing 1 required positional argument: 'self'的问题解决
TypeError:当我尝试在parse.parse_args()中传递三个参数时,'int'对象不可订阅
TypeError:在方法“IndexIDMap_add_with_ids”中,类型为“faiss::IndexIDMapTemplate< faiss::Index >::idx_t c
TypeError: take(): argument 'index' (position 1) must be Tensor, not numpy.ndarray
Python TypeError: not enough arguments for format string
如何修复 'ctypes.ArgumentError: argument 2: <type 'exceptions.TypeError'>: wrong type' RaspberryPi