Skip to content

Instantly share code, notes, and snippets.

@realazthat
Created July 4, 2019 14:58
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 realazthat/d889d350047424b7247bacb4f718d4d7 to your computer and use it in GitHub Desktop.
Save realazthat/d889d350047424b7247bacb4f718d4d7 to your computer and use it in GitHub Desktop.
Loading:
Loading: 0 packages loaded
Analyzing: target //src/py/ccxtaas:ccxtaas_server (0 packages loaded, 0 targets configured)
INFO: Analyzed target //src/py/ccxtaas:ccxtaas_server (0 packages loaded, 0 targets configured).
INFO: Found 1 target...
[0 / 1] [Prepa] BazelWorkspaceStatusAction stable-status.txt
Target //src/py/ccxtaas:ccxtaas_server up-to-date:
bazel-bin/src/py/ccxtaas/ccxtaas_server
INFO: Elapsed time: 0.181s, Critical Path: 0.00s
INFO: 0 processes.
INFO: Build completed successfully, 1 total action
INFO: Running command line: bazel-bin/src/py/ccxtaas/ccxtaas_server
INFO: Build completed successfully, 1 total action
/home/realz/.cache/bazel/_bazel_realz/ba07d261e7ea15eccc19fa91063f325c/execroot/__main__/bazel-out/k8-fastbuild/bin/src/py/ccxtaas/ccxtaas_server.runfiles/pypi__enum34_1_1_6/enum/__init__.py
Traceback (most recent call last):
File "/home/realz/.cache/bazel/_bazel_realz/ba07d261e7ea15eccc19fa91063f325c/execroot/__main__/bazel-out/k8-fastbuild/bin/src/py/ccxtaas/ccxtaas_server.runfiles/__main__/src/py/ccxtaas/ccxtaas_server.py", line 13, in <module>
import platform
File "/usr/lib/python3.6/platform.py", line 116, in <module>
import sys, os, re, subprocess
File "/usr/lib/python3.6/re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 53, in apport_excepthook
if not enabled():
File "/usr/lib/python3/dist-packages/apport_python_hook.py", line 24, in enabled
import re
File "/usr/lib/python3.6/re.py", line 142, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
Original exception was:
Traceback (most recent call last):
File "/home/realz/.cache/bazel/_bazel_realz/ba07d261e7ea15eccc19fa91063f325c/execroot/__main__/bazel-out/k8-fastbuild/bin/src/py/ccxtaas/ccxtaas_server.runfiles/__main__/src/py/ccxtaas/ccxtaas_server.py", line 13, in <module>
import platform
File "/usr/lib/python3.6/platform.py", line 116, in <module>
import sys, os, re, subprocess
File "/usr/lib/python3.6/re.py", line 142, 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