From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web09.3457.1633452504367992550 for ; Tue, 05 Oct 2021 09:48:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=N12foOxe; spf=pass (domain: redhat.com, ip: 170.10.133.124, mailfrom: crobinso@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1633452503; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=l9as5fODTk8kajWdrnv/mkFKHt3wctsiEp99KlGRfhA=; b=N12foOxeXyMxhV1bSI2SQl+ZABc1RJNotSOp3gcqk0sn+8p1GCsAY/oea+QdTAdnNJR7FY FuQdTVvyMDoxlicXC3R5EmF2qTcxdMo4uD3gwwqVVdp0jQ6o5ZXeCbODR7USRmrP2xUzij rHBzIOyT/Ov2c92bU6yDForofAPL0jA= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-422-bPt__nQePuaWhsbc4eUaNw-1; Tue, 05 Oct 2021 12:48:20 -0400 X-MC-Unique: bPt__nQePuaWhsbc4eUaNw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2B9FE1B2C980; Tue, 5 Oct 2021 16:48:19 +0000 (UTC) Received: from [10.22.10.158] (unknown [10.22.10.158]) by smtp.corp.redhat.com (Postfix) with ESMTP id 177A55C1CF; Tue, 5 Oct 2021 16:48:17 +0000 (UTC) Message-ID: <58506871-5490-24ef-1638-84e155bb805e@redhat.com> Date: Tue, 5 Oct 2021 12:48:17 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.1.0 Subject: =?UTF-8?B?UmU6IOWbnuWkjTogW2VkazItZGV2ZWxdIFB5dGhvbjIuNyBpcyBub3Qgd29ya2luZyB3aXRoIHRoZSBFREsyIGJ1aWxkIHN5c3RlbQ==?= To: gaoliming , devel@edk2.groups.io, Sunny.Wang@arm.com, "'Feng, Bob C'" , "'Chen, Christine'" Cc: 'Sami Mujawar' , 'Samer El-Haj-Mahmoud' , 'Gerd Hoffmann' References: <006601d7a2bb$e37d6930$aa783b90$@byosoft.com.cn> <00ca01d7a386$378fb8f0$a6af2ad0$@byosoft.com.cn> From: "Cole" In-Reply-To: <00ca01d7a386$378fb8f0$a6af2ad0$@byosoft.com.cn> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=crobinso@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On 9/6/21 9:18 PM, gaoliming wrote: > Bob: > >  Yes. Python3 is the formal support. We recommend user to use Python3. > But, if user meets the issue in Python2, user can still report the issue > in BaseTools. Its priority may be low. For this case, it is the > regression issue caused by the recent change. The patch owner is also > identified. So, I suggest the patch owner to follow up and enhance his > patch. > Sorry for the delayed response, I was on paternity leave since August. I haven't seen the actual error in this thread. Is there a clear python error being thrown? Maybe the fix is simple but I can't But as mentioned elsewhere, python2 has been End of Life since Jan 1 2020, over 1.5 years ago. It's going to become increasingly difficult to keep code working on python2 and latest python3. - Cole