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

Uploading docker app fails if tornado version is 4.0 #12

Closed
burkostya opened this issue Jul 23, 2014 · 5 comments
Closed

Uploading docker app fails if tornado version is 4.0 #12

burkostya opened this issue Jul 23, 2014 · 5 comments

Comments

@burkostya
Copy link

On fresh installation of cocaine-tools with pip install cocaine-tools next command fails

cocaine-tool app upload --name flask --docker=unix:///var/run/docker.sock --registry=docker.registry:5000 --manifest manifest.json --timeout 200000 --debug tools

with error FAIL - __init__() takes exactly 9 arguments (8 given)
Error raises from https://github.com/cocaine/cocaine-tools/blob/master/cocaine/tools/helpers/_unix.py#L37

@noxiouz
Copy link
Member

noxiouz commented Jul 24, 2014

I'm working on supporting compatibility.

@vitalyisaev2
Copy link

Unfortunately, this bug is still reproducible with cocaine-tools installed from PyPi (0.11.6.1), since pip fetches the most recent version of Tornado (4.1) as a dependency.

However, the upstream installation works fine:

pip install git+https://github.com/cocaine/cocaine-tools.git@v0.11

So I'm afraid that PyPi's cocaine-tool package is outdated.

@noxiouz
Copy link
Member

noxiouz commented Feb 27, 2015

Yes, thanks!
@3Hren, could you please upload the last version (0.11.7.5) of cocaine-tools to PyPi?

@3Hren
Copy link
Member

3Hren commented Mar 3, 2015

Done.

@noxiouz
Copy link
Member

noxiouz commented Mar 3, 2015

Thank you!

@noxiouz noxiouz closed this as completed Mar 3, 2015
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

4 participants