如何在Mac OS和Ubuntu中安装mesos.native python模块

时间:2016-08-21 22:57:23

标签: python mesos mesosphere

我想用Python编写和运行Mesos框架,所以我需要mesos.native模块。

在Ubuntu上:

我可以从源代码构建mesos。我试图easy_install所有生成的egg文件,但没有一个能让Python导入mesos.native。

我还尝试从http://downloads.mesosphere.io/master/ubuntu/14.04/mesos-0.20.1-py2.7-linux-x86_64.egg下载鸡蛋并轻松安装它,但这也没有用。

在Max OS上:

由于the issue而构建mesos源代码时遇到了一些问题。所以我想知道是否有一种简单的方法来安装Python模块而不构建源代码。

顺便说一句,为什么他们不制作像mesos.interface这样的mesos.native pip-instal?

1 个答案:

答案 0 :(得分:0)

问题解决了:https://github.com/RobinDong/mesos-python-examples/blob/master/calculate_pi/pi_run

我只需要在文件中设置PYTHONPATH并运行python。可以成功加载Mesos.native。