Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created December 10, 2019 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exarkun/e1584da82c801f462b0f482e8c8a67ff to your computer and use it in GitHub Desktop.
Save exarkun/e1584da82c801f462b0f482e8c8a67ff to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/nix/store/k131r5kl4h6snbb9wa3s6h9idykv0rji-python2.7-setuptools-41.2.0/lib/python2.7/site-packages/site.py", line 73, in <module>
__boot()
File "/nix/store/k131r5kl4h6snbb9wa3s6h9idykv0rji-python2.7-setuptools-41.2.0/lib/python2.7/site-packages/site.py", line 26, in __boot
import imp # Avoid import loop in Python 3
File "/nix/store/4c3z5r6yxsf2cxwwyazhdn92xixn4j5b-python3-3.7.5/lib/python3.7/imp.py", line 27, in <module>
import tokenize
File "/nix/store/4c3z5r6yxsf2cxwwyazhdn92xixn4j5b-python3-3.7.5/lib/python3.7/tokenize.py", line 33, in <module>
import re
File "/nix/store/4c3z5r6yxsf2cxwwyazhdn92xixn4j5b-python3-3.7.5/lib/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