Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
最近(因为 spyder 或 pylint 或?)发生了一些变化,我从 spyder 对 astropy.constants 符号的静态代码分析中得到了 E1101 错误(“无成员”)。不知道为什么或发生了什么变化。
对于 Linux 或 Unix 系统(Mac 可能类似)上的所有用户,我的简单解决方案是创建一个 /etc/pylintrc,如下所示:
[TYPECHECK] ignored-modules=astropy.constants
当然,这也可以放在个人 $HOME/.pylintrc 文件中。
而且,我本可以更新现有文件。