Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Investigate and fix the pip install error in the Travis CI build #432

Closed
mitio opened this issue Jun 15, 2016 · 3 comments
Closed

Investigate and fix the pip install error in the Travis CI build #432

mitio opened this issue Jun 15, 2016 · 3 comments

Comments

@mitio
Copy link
Member

mitio commented Jun 15, 2016

The erroring build: https://travis-ci.org/codeeu/coding-events/builds/137719106

It might be related to a missing module in the dependencies, or a module which has been yanked or renamed in the public repos.

@mitio mitio mentioned this issue Jun 15, 2016
@SteveClement
Copy link
Member

SteveClement commented Jun 15, 2016

It seems to be a virtualenv issue, potentially: https://stackoverflow.com/questions/35780537/error-no-module-named-markerlib-when-installing-some-packages-on-virtualenv

And this post suggest the package distribute is obsolete. Perhaps remove it from the requirements…
I will try that and see if the build passes.

@SteveClement
Copy link
Member

SteveClement commented Jun 15, 2016

Fixed travis-build in this commit: c881805f57b16b989940f0ea143fa533eeecb1f5
. For now ;)
If anything breaks, please let me know.

@mitio
Copy link
Member Author

mitio commented Jun 15, 2016

🙇

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

No branches or pull requests

2 participants