text AttributeError:模块'enum'没有属性'IntFlag'

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text AttributeError:模块'enum'没有属性'IntFlag'相关的知识,希望对你有一定的参考价值。

成功解决AttributeError: module 'enum' has no attribute 'IntFlag'?
2018年06月06日 18:41:27 一个处女座的程序猿 阅读数 6288更多
个人分类: Computer knowledge
 版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_41185868/article/details/80599336
解决问题
AttributeError: module 'enum' has no attribute 'IntFlag'?

 

解决思路
This is likely caused by the package enum34. Since python 3.4 there's a standard library enum module, so you should uninstall enum34, which is no longer compatible with the enum in the standard library since enum.IntFlag was added in python 3.6.

 

解决方法
pip uninstall enum34   #卸载enum34

以上是关于text AttributeError:模块'enum'没有属性'IntFlag'的主要内容,如果未能解决你的问题,请参考以下文章

Python 3.6 AttributeError:模块“statsmodels”没有属性“compat”

在 Python 3 中导入模块时出现 AttributeError

AttributeError:模块“pyspark.sql.types”没有属性“ListType”

AttributeError:模块“xgboost”没有属性“XGBRegressor”

AttributeError:“模块”对象没有属性“maketrans”

pytorch,AttributeError:模块“火炬”没有属性“张量”