Skip to content
New issue

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

travis-ci build fails because solution to #15 surfaces problem in pip dependency resolver #16

Closed
matt-hammond-001 opened this issue Nov 24, 2017 · 2 comments

Comments

@matt-hammond-001
Copy link
Contributor

travis-ci build is failing because pip is unable to install correct dependencies for cherrypy==11.0.0 and cheroot==5.9.1 because only later versions of cherrypy explicitly spec the version for a common sub-dependency six.

This has arisen because the temporary fix for #15 results in this particular combination of package versions. Once #15 is resolved upstream, this problem will hopefully go away.

matt-hammond-001 added a commit that referenced this issue Nov 24, 2017
@matt-hammond-001
Copy link
Contributor Author

The underlying cause is pypa/pip#4887

@matt-hammond-001
Copy link
Contributor Author

Workaround implemented and released in 0.5.1

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant