module ‘xxxxxx‘ has no attribute ‘init‘

  • Post author:
  • Post category:其他




module ‘xxxx’ has no attribute ‘init’

比如我用到了wandb这个函数包

import wandb

那么我的包含这个函数包的.py文件就不能命名为 wandb.py



版权声明:本文为weixin_49252254原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。