AWS Glue python 安装 - 找不到版本

Sta*_*cks 4 python amazon-web-services aws-glue

我尝试在 Python 中使用 AWSGlue 模块,但无法在终端中安装该模块。

sh-4.2$ pip install awsglue
Collecting awsglue
Could not find a version that satisfies the requirement awsglue (from versions: )
No matching distribution found for awsglue
Run Code Online (Sandbox Code Playgroud)

有没有办法解决这个问题,或者我可以从第三方下载它?

有人可以使用这个 AWSGlue 模块吗?

任何帮助,将不胜感激。

Nic*_*ter 5

我相信该awsglue包仅在 AWS 提供的映像中可用。因此,您需要下载它们的映像并运行它,然后awsglue在全局命名空间中可用。

烦人,是的,我知道。