Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Since setup.py uses the build root for compiler flags the sdist produced by "python src/python/setup.py sdist" can't be used outside the machine that built mesos, uploaded to PyPI, or used with a local PyPI mirror. Aurora's Python executor should be installable by `pip` and depend only on the presence of mesos headers and shared libraries, but since the produced sdist is unusable this currently isn't possible.
Attachments
Issue Links
- blocks
-
MESOS-7163 python: Produce python3 compatible python bindings
- Open
-
MESOS-684 Automate publishing of python artifacts with release candidates and releases
- Accepted
- relates to
-
MESOS-1745 Building Python egg on OS X using clang is problematic
- Open
-
MESOS-857 restructure mesos python namespace
- Resolved