AttributeError: module ‘XXXXXX‘ has no attribute ‘every‘

python 在使用xxxxxx模块时,报错AttributeError: module ‘XXXXXX’ has no attribute ‘every’

解决方案:

是因为我所在的文件路径中,自己有定义xxxxxx.py ,所以解析器会同时读取到该路径下的模块,

把该模块的名字修改掉就可以了!

猜你喜欢

转载自blog.csdn.net/msq16021/article/details/110854555