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

server fails with tornado 5 #156

Open
dsschult opened this issue Apr 4, 2018 · 0 comments
Open

server fails with tornado 5 #156

dsschult opened this issue Apr 4, 2018 · 0 comments

Comments

@dsschult
Copy link
Collaborator

dsschult commented Apr 4, 2018

Comments from Mats Rynge:

I can tell we get past this one in the first invocation of condor_q:

https://github.com/WIPACrepo/pyglidein/blob/master/pyglidein/server.py#L292

But then cb() is never called. I wonder if this is maybe a function of
which version of Tornado is being used. Looks like I have 5.0.1

Yes, works with Tornado 4.5.3. Also minio is a requirement which is not
expressed. To install, I did:

virtualenv venv
. venv/bin/activate
pip install --upgrade setuptools
pip install minio
pip install tornando==4.5.3
pip install pyglidein

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant