Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pip install enum not working showing the error of 'intflag' doesnt have

pip install Enum is not working is showing the error of AttributeError:module 'enum' has no attribute 'IntFlag'

enter image description here

like image 387
Naga kiran Avatar asked Oct 15 '25 16:10

Naga kiran


1 Answers

enum34 is the stdlib Enum backport, but it only supports features found up to 3.5. If you want features found in 3.6 you'll need to use aenum1.


1 Disclosure: I am the author of the Python stdlib Enum, the enum34 backport, and the Advanced Enumeration (aenum) library.

like image 65
Ethan Furman Avatar answered Oct 18 '25 12:10

Ethan Furman



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!