Closed itamarst closed 4 years ago
Thanks for the report! Yep, this is a bug; fixing now, will work on cutting a new release in the next day or so.
Internal tracking: b/151315211
Actually, I went ahead and cut it now -- fix is in, confirmed it worked in a local virtualenv.
Thanks again!
enum34
isn't needed on Python 3.6 or later, and is incompatible (it doesn't includeenum.IntFlag
).if
statement insetup.py
.enum34
is always installed.enum.IntFlag
can then fail to install, or possibly even run.Solving this: