Pycharm的最顶层文件上有红色波浪线

2022-09-04 21:26:32 浏览数 (1)

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 识别

0 人点赞