Why Python 3.6.1 throws AttributeError: module 'enum' has no attribute 'IntFlag'?

前端 未结 17 1319
无人共我
无人共我 2020-11-22 16:34

I just installed Python 3.6.1 for MacOS X

When I attempt to run the Console(or run anything with Python3), this error is thrown:

  AttributeError: mo         


        
17条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 17:13

    Unfortunately none of the suggestions helped me, but after some more googling this

    pip install aenum
    

    solved it for me

提交回复
热议问题