Skip to content

Instantly share code, notes, and snippets.

@bvibber
Created October 28, 2019 17:21
Show Gist options
  • Save bvibber/737cae62e6defa5f03503784826c6061 to your computer and use it in GitHub Desktop.
Save bvibber/737cae62e6defa5f03503784826c6061 to your computer and use it in GitHub Desktop.
: Traceback (most recent call last):
: File "/home/gnomedev/.local/bin/jhbuild", line 35, in <module>
: import jhbuild.main
: File "/home/gnomedev/.local/lib/python3.7/site-packages/jhbuild/main.py", line 23, in <module>
: import optparse
: File "/usr/lib64/python3.7/optparse.py", line 77, in <module>
: import textwrap
: File "/usr/lib64/python3.7/textwrap.py", line 8, in <module>
: import re
: File "/usr/lib64/python3.7/re.py", line 143, in <module>
: class RegexFlag(enum.IntFlag):
: AttributeError: module 'enum' has no attribute 'IntFlag'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment