We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Comments from Mats Rynge:
The text was updated successfully, but these errors were encountered: