摘要: python3在使用类基础时,遇到错误TypeError: module.init() takes at most 2 arguments (3 given) 1.原因:直接导入的py文件,而没有导入具体类 原来的代码: from utils.runners import LaneDetTraine 阅读全文
posted @ 2022-05-13 15:00 思wu邪 阅读(354) 评论(0) 推荐(0) 编辑
摘要: Python工程:ImportError: attempted relative import with no known parent package 解决方法: 1.对每个目录创建的时候都选择创建Python模块而不只是创建文件夹(最好自动创建__init__.py文件,或者查看PYCharm工 阅读全文
posted @ 2022-05-13 08:19 思wu邪 阅读(4618) 评论(0) 推荐(0) 编辑