You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
travis-ci build is failing because pip is unable to install correct dependencies for
cherrypy==11.0.0
andcheroot==5.9.1
because only later versions of cherrypy explicitly spec the version for a common sub-dependencysix
.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.
The text was updated successfully, but these errors were encountered: