YoungWilliamZ/Docker-for-Pintos

About syntax error

ArkcS opened this issue · 0 comments

ArkcS commented

After i build this docker container, and run it, it says
pintos-dev | Traceback (most recent call last):
pintos-dev | File "/usr/local/bin/gdbgui", line 7, in
pintos-dev | from gdbgui.cli import main
pintos-dev | File "/usr/local/lib/python3.5/dist-packages/gdbgui/cli.py", line 18, in
pintos-dev | from gdbgui.server.app import app, socketio
pintos-dev | File "/usr/local/lib/python3.5/dist-packages/gdbgui/server/app.py", line 99
pintos-dev | "message": f"Connected to existing gdb process {desired_gdbpid}",
pintos-dev | ^
pintos-dev | SyntaxError: invalid syntax
pintos-dev exited with code 1