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/