Skip to content

Instantly share code, notes, and snippets.

@ericatkin
Created July 13, 2017 23:39
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 ericatkin/43cee53deef6896709d076068a89f1ae to your computer and use it in GitHub Desktop.
Save ericatkin/43cee53deef6896709d076068a89f1ae to your computer and use it in GitHub Desktop.
(env) eatkin@phobos:~/progs/OmniDispatch/dispatch$ pserve --reload dev.ini
Starting monitor for PID 2668.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/eatkin/progs/OmniDispatch/dispatch/env/lib/python3.6/site-packages/hupper/__init__.py", line 4, in <module>
from .compat import is_watchdog_supported
File "/home/eatkin/progs/OmniDispatch/dispatch/env/lib/python3.6/site-packages/hupper/compat.py", line 2, in <module>
import imp
File "/usr/lib/python3.6/imp.py", line 27, in <module>
import tokenize
File "/usr/lib/python3.6/tokenize.py", line 33, in <module>
import re
File "/usr/lib/python3.6/re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
Server with PID 2668 exited with code 1.
Waiting for changes before reloading.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment