Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
Mesosphere Q1 Sprint 4 - 3/6, Mesosphere Q1 Sprint 5 - 3/20, Mesosphere Q1 Sprint 6 - 4/3, Mesosphere Q1 Sprint 7 - 4/17, Mesosphere Q2 Sprint 8 - 5/1
-
2
Description
When doing a make install, the src/python/native/src/mesos/_init_.py file is not getting installed in $PREFIX/lib/pythonX.Y/site-packages/mesos/.
This makes it impossible to do the following import when PYTHONPATH is set to the site-packages directory.
import mesos.interface.mesos_pb2
The directories $PREFIX/lib/pythonX.Y/site-packages/mesos/interface, native do have their corresponding _init_.py files.
Reproducing the bug:
../configure --prefix=$HOME/test-install && make install
Attachments
Issue Links
- is related to
-
MESOS-3198 mesos.native could not found
- Resolved
- relates to
-
MESOS-3206 python tools do not obey PYTHON_VERSION
- Accepted