TypeError: 'module' object is not callable(“模块”对象不可调用)

问题是导入的模块问题

比如导入tqdm,不能用import tqdm,应该用from tqdm import tqdm