AWS Glue python 安装 - 找不到版本
AWS Glue python install - Could not find a version
我正在尝试在 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
有没有办法解决这个问题,或者我可以从第三方下载这个吗?
有人使用这个 AWSGlue 模块吗?
如有任何帮助,我们将不胜感激。
我认为 awsglue
包仅在 AWS 提供的图像中可用。
因此,您需要下载他们的图像并 运行 它,然后 awsglue
在全局命名空间中可用。
烦人,是的,我知道。
我正在尝试在 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
有没有办法解决这个问题,或者我可以从第三方下载这个吗?
有人使用这个 AWSGlue 模块吗?
如有任何帮助,我们将不胜感激。
我认为 awsglue
包仅在 AWS 提供的图像中可用。
因此,您需要下载他们的图像并 运行 它,然后 awsglue
在全局命名空间中可用。
烦人,是的,我知道。