You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Bannier (JIRA)" <ji...@apache.org> on 2016/04/11 14:16:25 UTC

[jira] [Updated] (MESOS-5010) Installation of mesos python package is incomplete

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

Benjamin Bannier updated MESOS-5010:
------------------------------------
    Shepherd: Bernd Mathiske  (was: Till Toenshoff)

> Installation of mesos python package is incomplete
> --------------------------------------------------
>
>                 Key: MESOS-5010
>                 URL: https://issues.apache.org/jira/browse/MESOS-5010
>             Project: Mesos
>          Issue Type: Bug
>          Components: python api
>    Affects Versions: 0.26.0, 0.28.0, 0.27.2, 0.29.0
>            Reporter: Benjamin Bannier
>            Assignee: Benjamin Bannier
>
> The installation of mesos python package is incomplete, i.e., the files {{cli.py}}, {{futures.py}}, and {{http.py}} are not installed.
> {code}
> % ../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
> {code}
> This appears to be first broken with {{d1d70b9}} (MESOS-3969, [Upgraded bundled pip to 7.1.2.|https://reviews.apache.org/r/40630]). Bisecting in {{pip}}-land shows that our install becomes broken for {{pip-6.0.1}} and later (we are using {{pip-7.1.2}}).



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