You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Robin Gögge (JIRA)" <ji...@apache.org> on 2018/08/27 16:18:00 UTC

[jira] [Created] (MESOS-9186) Failed to build Mesos with Python 3.7

Robin Gögge created MESOS-9186:
----------------------------------

             Summary: Failed to build Mesos with Python 3.7
                 Key: MESOS-9186
                 URL: https://issues.apache.org/jira/browse/MESOS-9186
             Project: Mesos
          Issue Type: Bug
          Components: cli
            Reporter: Robin Gögge


I've tried to build Mesos with the flag 'enable-new-cli' and Python 3.7 and it failed with this error message:
{code:java}
Traceback (most recent call last):
File "/Users/mesosphere/code/mesos/src/python/cli_new/bin/../tests/main.py", line 26, in <module>
from cli.tests import CLITestCase
File "/Users/mesosphere/code/mesos/src/python/cli_new/lib/cli/__init__.py", line 24, in <module>
from . import util
File "/Users/mesosphere/code/mesos/src/python/cli_new/lib/cli/util.py", line 29, in <module>
from kazoo.client import KazooClient
File "/Users/mesosphere/code/mesos/build/src/.virtualenv/lib/python3.7/site-packages/kazoo/client.py", line 67, in <module>
from kazoo.recipe.partitioner import SetPartitioner
File "/Users/mesosphere/code/mesos/build/src/.virtualenv/lib/python3.7/site-packages/kazoo/recipe/partitioner.py", line 194
self._child_watching(self._allocate_transition, async=True)
^
SyntaxError: invalid syntax
make[3]: *** [check-local] Error 1
make[2]: *** [check-am] Error 2
make[1]: *** [check] Error 2
make: *** [check-recursive] Error 1
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)