[ 
https://issues.apache.org/jira/browse/MESOS-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14316593#comment-14316593
 ] 

Thomas Rampelberg commented on MESOS-2337:
------------------------------------------

It should be working. pip is supposed to be installing the metapackage 
dependencies as it goes. Take a look at `install-exec-local` in src/Makefile.am 
for what's happening there.

fwiw. Now that mesos-cli isn't going to be part of mesos core, it probably 
makes sense to remove the python module installs. Particularly because of how 
much of a hack it is.

> __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
>            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)

Reply via email to