Uploaded image for project: 'Mesos'
  1. Mesos
  2. MESOS-5010

Installation of mesos python package is incomplete

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 1.0.0
    • python api
    • None
    • Mesosphere Sprint 32
    • 2

    Description

      The installation of mesos python package is incomplete, i.e., the files cli.py, futures.py, and http.py are not installed.

      % ../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
      

      This appears to be first broken with d1d70b9 (MESOS-3969, Upgraded bundled pip to 7.1.2.). Bisecting in pip-land shows that our install becomes broken for pip-6.0.1 and later (we are using pip-7.1.2).

      Attachments

        Issue Links

          Activity

            People

              bbannier Benjamin Bannier
              bbannier Benjamin Bannier
              Bernd Mathiske Bernd Mathiske
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: