[
https://issues.apache.org/jira/browse/MESOS-5010?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Benjamin Bannier updated MESOS-5010:
------------------------------------
Description:
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]).
was:
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]).
> 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]).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)