You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Niklas Quarfot Nielsen (JIRA)" <ji...@apache.org> on 2015/04/03 18:56:00 UTC

[jira] [Updated] (MESOS-2337) __init__.py not getting installed in $PREFIX/lib/pythonX.Y/site-packages/mesos

     [ https://issues.apache.org/jira/browse/MESOS-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Niklas Quarfot Nielsen updated MESOS-2337:
------------------------------------------
    Sprint: Mesosphere Q1 Sprint 4 - 3/6, Mesosphere Q1 Sprint 5 - 3/20, Mesosphere Q1 Sprint 6 - 4/3, Mesosphere Q1 Sprint 7 - 4/17  (was: Mesosphere Q1 Sprint 4 - 3/6, Mesosphere Q1 Sprint 5 - 3/20, Mesosphere Q1 Sprint 6 - 4/3)

> __init__.py not getting installed in $PREFIX/lib/pythonX.Y/site-packages/mesos
> ------------------------------------------------------------------------------
>
>                 Key: MESOS-2337
>                 URL: https://issues.apache.org/jira/browse/MESOS-2337
>             Project: Mesos
>          Issue Type: Bug
>          Components: build, python api
>            Reporter: Kapil Arya
>            Assignee: Kapil Arya
>            Priority: Blocker
>
> 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.
> {code}
> import mesos.interface.mesos_pb2
> {code}
> 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)