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

Mesos native bindings not installed #2

Open
208rishabh opened this issue Jul 27, 2015 · 2 comments
Open

Mesos native bindings not installed #2

208rishabh opened this issue Jul 27, 2015 · 2 comments

Comments

@208rishabh
Copy link

Hi, newbie here!

This might be silly. I was trying to use mesos.relay for autoscaling purposes, but it show that "Mesos native bindings are not installed". Could you help me out?

@akerekes
Copy link

Hi Rishabh,

you'll need to install it separately. You can download it from Mesosphere's website and add it to PYTHONPATH. You can look into the Dockerfile for and example:

Download:
https://github.com/sailthru/relay.mesos/blob/master/Dockerfile#L14

Set PYTHONPATH:
https://github.com/sailthru/relay.mesos/blob/master/Dockerfile#L17

@adgaudio
Copy link
Contributor

Hi Rishabh,

Thanks for writing in and opening a ticket! Mesos native bindings can be difficult to install, and they are not pip-installable. For these reasons, the native bindings are not automatically installed.

You should match the Python bindings you use with the version of Mesos installed in your environment. As Andras mentioned, you can find the relevant "Python Egg" binaries from Mesosphere:

http://open.mesosphere.com/downloads/mesos/

Please let us know if you managed to solve the problem, and happy to answer any other questions you might have.

Alex

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

3 participants