Hi
On a CentOS server where we have configured mesos 0.28.2, I am getting error when running "mesos ps"
Traceback (most recent call last):
File "/usr/bin/mesos-ps", line 10, in
from mesos import http
ImportError: cannot import name http
Tried setting PYTHONPATH to be "/usr/lib/python2.7/site-packages/" but stil not helping.
Python version is 2.7.5