From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=farrah.chen@intel.com; receiver=edk2-devel@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AF4502117923C for ; Sat, 13 Oct 2018 06:17:10 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Oct 2018 06:17:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,377,1534834800"; d="scan'208,217";a="80935485" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga007.jf.intel.com with ESMTP; 13 Oct 2018 06:17:09 -0700 Received: from fmsmsx117.amr.corp.intel.com (10.18.116.17) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 13 Oct 2018 06:17:09 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by fmsmsx117.amr.corp.intel.com (10.18.116.17) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 13 Oct 2018 06:17:08 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.217]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.245]) with mapi id 14.03.0319.002; Sat, 13 Oct 2018 21:17:07 +0800 From: "Chen, Farrah" To: "edk2-devel@lists.01.org" Thread-Topic: Does edk2 still support python 2? Thread-Index: AdRi9vdHfjuP04RcSfSEuhanj7XFSA== Date: Sat, 13 Oct 2018 13:17:05 +0000 Message-ID: <1B925CC0CD9F3341B32D442251E7E1DC392B435B@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2QyYzJhMGItYWIwOC00YjZiLTllN2EtNGM4MTA4NjY4NjM3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiTDBtSTVHblRrM2E3N244UU5ZdVViNEhQXC9GXC8zVzBTcWVDajZTSmZWcDZzRFFYNXdMNUd1amw1MU9naUhPYzE1In0= x-ctpclassification: CTP_NT x-originating-ip: [10.239.127.40] MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Does edk2 still support python 2? X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2018 13:17:10 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, When we make edk2 "OvmfPkg/build.sh -a X64 -n 16", we met below error: [vmm@vmm-build edk2]$ OvmfPkg/build.sh -a X64 -n 16 Initializing workspace /home/fan/edk2/BaseTools Loading previous configuration from /home/fan/edk2/Conf/BuildEnv.sh WORKSPACE: /home/fan/edk2 EDK_TOOLS_PATH: /home/fan/edk2/BaseTools CONF_PATH: /home/fan/edk2/Conf ERROR!!!, python version should greater than or equal to version 3.6. Does edk2 still support python 2? How can we make edk2 with python 2? Or we= must update the python version to python 3.6? Thanks, Fan