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/03/22 23:44:25 UTC

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

Benjamin Bannier created MESOS-5010:
---------------------------------------

             Summary: 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.27.2, 0.28.0, 0.26.0, 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:$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]).




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