public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Does edk2 still support python 2?
@ 2018-10-13 13:17 Chen, Farrah
  2018-10-13 21:27 ` Laszlo Ersek
  2018-10-16  2:13 ` Leif Lindholm
  0 siblings, 2 replies; 4+ messages in thread
From: Chen, Farrah @ 2018-10-13 13:17 UTC (permalink / raw)
  To: edk2-devel@lists.01.org

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Does edk2 still support python 2?
  2018-10-13 13:17 Does edk2 still support python 2? Chen, Farrah
@ 2018-10-13 21:27 ` Laszlo Ersek
  2018-10-16  2:13 ` Leif Lindholm
  1 sibling, 0 replies; 4+ messages in thread
From: Laszlo Ersek @ 2018-10-13 21:27 UTC (permalink / raw)
  To: Chen, Farrah; +Cc: edk2-devel@lists.01.org

On 10/13/18 15:17, Chen, Farrah wrote:
> 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?

[edk2] [Patch] BaseTools Python: Migrate Python27 to Python36
http://mid.mail-archive.com/B9726D6DCCFB8B4CA276A9169B02216D52123AAB@SHSMSX103.ccr.corp.intel.com

[edk2] BaseTools/ build broken due to unreviewed patch - PLEASE FIX
https://lists.01.org/pipermail/edk2-devel/2018-October/030723.html


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Does edk2 still support python 2?
  2018-10-13 13:17 Does edk2 still support python 2? Chen, Farrah
  2018-10-13 21:27 ` Laszlo Ersek
@ 2018-10-16  2:13 ` Leif Lindholm
  2018-10-16  2:18   ` Chen, Farrah
  1 sibling, 1 reply; 4+ messages in thread
From: Leif Lindholm @ 2018-10-16  2:13 UTC (permalink / raw)
  To: Chen, Farrah; +Cc: edk2-devel@lists.01.org

Hi Fan,

This change has been reverted for now.
Please update to latest version of edk2.

Python3 migration will happen at some point, but not this abrupt.

Best Regards,

Leif

On Sat, Oct 13, 2018 at 01:17:05PM +0000, Chen, Farrah wrote:
> 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
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Does edk2 still support python 2?
  2018-10-16  2:13 ` Leif Lindholm
@ 2018-10-16  2:18   ` Chen, Farrah
  0 siblings, 0 replies; 4+ messages in thread
From: Chen, Farrah @ 2018-10-16  2:18 UTC (permalink / raw)
  To: Leif Lindholm; +Cc: edk2-devel@lists.01.org

OK, got it, thank you!


Thanks,
Fan



-----Original Message-----
From: Leif Lindholm [mailto:leif.lindholm@linaro.org] 
Sent: Tuesday, October 16, 2018 10:13 AM
To: Chen, Farrah <farrah.chen@intel.com>
Cc: edk2-devel@lists.01.org
Subject: Re: [edk2] Does edk2 still support python 2?

Hi Fan,

This change has been reverted for now.
Please update to latest version of edk2.

Python3 migration will happen at some point, but not this abrupt.

Best Regards,

Leif

On Sat, Oct 13, 2018 at 01:17:05PM +0000, Chen, Farrah wrote:
> 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
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-16  2:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-13 13:17 Does edk2 still support python 2? Chen, Farrah
2018-10-13 21:27 ` Laszlo Ersek
2018-10-16  2:13 ` Leif Lindholm
2018-10-16  2:18   ` Chen, Farrah

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox