Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

possible error in ndscheduler/server/server.py #75

Open
pavelsr opened this issue Dec 11, 2019 · 0 comments
Open

possible error in ndscheduler/server/server.py #75

pavelsr opened this issue Dec 11, 2019 · 0 comments

Comments

@pavelsr
Copy link

pavelsr commented Dec 11, 2019

I tried to build app by Dockerfile and then run ndscheduler, after that I got following error:

Starting scheduler_1 ... done
Attaching to bankruptcy_api_scheduler_1
scheduler_1    | Traceback (most recent call last):
scheduler_1    |   File "/mnt/scheduler/src/ndscheduler/simple_scheduler/scheduler.py", line 3, in <module>
scheduler_1    |     from ndscheduler.server import server
scheduler_1    |   File "/mnt/scheduler/src/ndscheduler/ndscheduler/server/server.py", line 16, in <module>
scheduler_1    |     from ndscheduler.server.handlers import audit_logs
scheduler_1    |   File "/mnt/scheduler/src/ndscheduler/ndscheduler/server/handlers/audit_logs.py", line 6, in <module>
scheduler_1    |     import tornado.web
scheduler_1    |   File "/mnt/scheduler/local/lib/python2.7/site-packages/tornado/web.py", line 205
scheduler_1    |     application: "Application",
scheduler_1    |                ^
scheduler_1    | SyntaxError: invalid syntax
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant