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

Unable to build new Mesos CLI with PyInstaller and Python 3.7.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.8.0
    • None
    • None
    • 1

    Description

      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:

      ➜  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
      

      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.

      Attachments

        Activity

          People

            ArmandGrillet Armand Grillet
            ArmandGrillet Armand Grillet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: