python - AWS Glue python 安装 - 找不到版本

标签 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

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

有没有人有这个 AWSGlue 模块工作?

任何帮助,将不胜感激。

最佳答案

相信awsglue包仅在 AWS 提供的图像中可用。
所以你需要下载他们的图像并运行它,然后 awsglue在全局命名空间中可用。
烦人,是的,我知道。

关于python - AWS Glue python 安装 - 找不到版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55401399/

相关文章:

python - 使用霍夫变换检测圆

python - 如何使用python压缩300GB文件

amazon-web-services - aws s3 存储桶中的对象级过期有什么方法吗?

amazon-web-services - AWS CloudFormation/SAM 模板中的 DataFormatConversion.InvalidSchema 错误

amazon-web-services - 创建 CloudFormation 模板以创建多个 Glue 连接

python - 如何将字符串拆分为单词列表?

Python:np.loadtxt,读取多个文件

amazon-web-services - 将 Google Cloud Messaging 的 'User Notification' 功能与 Amazon SNS 移动推送结合使用

amazon-web-services - 如何在 lambda 中获取当前执行角色?

scala - AWS Glue RDD.saveAsTextFile() 引发类 org.apache.hadoop.mapred.DirectOutputCommitter 未找到