codeeu / coding-events

A Django app for adding EU Code Week events and showing them on a map.
http://events.codeweek.eu
MIT License
17 stars 36 forks source link

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

Closed mitio closed 8 years ago

mitio commented 8 years ago

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.

SteveClement commented 8 years ago

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 commented 8 years ago

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

mitio commented 8 years ago

🙇