Armand Grillet created MESOS-9370:
-------------------------------------
Summary: Unable to build new Mesos CLI with PyInstaller due to
lack of Python 3.7 support
Key: MESOS-9370
URL: https://issues.apache.org/jira/browse/MESOS-9370
Project: Mesos
Issue Type: Bug
Reporter: Armand Grillet
Assignee: Armand Grillet
Building the new Mesos CLI with Python 3.7 and PyInstaller 3.3.1 (our current
dependencu) on your machine currently creates a binary that is not working:
{noformat}
➜ build (master) ✔ ./src/mesos
Fatal Python error: initfsencoding: unable to load the file system codec
zipimport.ZipImportError: can't find module 'encodings'
Current thread 0x0000000110e145c0 (most recent call first):
[1] 83095 abort ./src/mesos
{noformat}
As seen in https://github.com/pyinstaller/pyinstaller/issues/3219, this is due
to PyInstaller.
We need to update the PyInstaller dependency to have a version that supports
Python 3.7.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)