pycharm 导入自定义模块显示红色下划线提示:This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and c

import 不能识别自定义包名,该类或者包没有灌入python引入库中

 解决方案:右击pycharm中项目名-->Mark Directory as -->Resource root,然后重新打开项目红线就消失了

意思:自定义的资源加入到该项目中,这样才能被 import 识别

原文地址:https://www.cnblogs.com/chxtdbk/p/9933989.html