带有轮子支持的AWS Glue Python Shell作业

时间:2019-07-04 09:04:04

标签: python python-2.7 aws-glue

AWS Glue最近添加了Python 3.6作业。 我们什么时候可以期望python 3 shell作业中对.whl打包格式的支持? 供参考比较:https://packaging.python.org/discussions/wheel-vs-egg/ Wheel与egg文件相比具有多个优点,并且是python社区中更为广泛接受的打包和分发格式。 Wheel具有PEP支持:https://www.python.org/dev/peps/pep-0427/。 车轮更加标准化。 Wheel具有更丰富的文件命名约定。

Pip vs easy_install: 要支持滚轮格式,您需要使用pip而不是easy_install,这也是普遍接受的格式。 https://packaging.python.org/discussions/pip-vs-easy-install/

0 个答案:

没有答案