Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
Mesosphere Sprint 32
-
2
Description
The installation of mesos python package is incomplete, i.e., the files cli.py, futures.py, and http.py are not installed.
% ../configure --enable-python % make install DESTDIR=$PWD/D % PYTHONPATH=$PWD/D/usr/local/lib/python2.7/site-packages:$PYTHONPATH python -c 'from mesos import http' Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: cannot import name http
This appears to be first broken with d1d70b9 (MESOS-3969, Upgraded bundled pip to 7.1.2.). Bisecting in pip-land shows that our install becomes broken for pip-6.0.1 and later (we are using pip-7.1.2).
Attachments
Issue Links
- is broken by
-
MESOS-3969 Failing 'make distcheck' on Debian 8, somehow SSL-related.
- Resolved
- relates to
-
MESOS-5165 Add tests to ensure the installed Python tools work
- Open