ImportError:没有名为pg8000的模块

时间:2019-04-10 09:10:57

标签: python postgresql amazon-web-services aws-glue aws-aurora

我现在使用aws-glue,想将aws-glue连接到aws-aurora(Postgres)!

因此,我创建了aws-glew作业,以使用pg8000将aws-glue连接到aws-aurora(Postgres)。

但是我收到类似标题的错误消息:

  

ImportError:没有名为pg8000的模块

     

没有名为pg8000的模块

创建作业时,我通过S3设置了python库的参数。

如何解决此问题?以及如何将aws-glue连接到aws-aurora(Postgres)?

2 个答案:

答案 0 :(得分:0)

您似乎只能通过Amazon RDS实例连接到Aurora Postgres。查看支持的连接here

答案 1 :(得分:0)

您可以按照https://stackoverflow.com/a/54852126/4326922

中的说明通过使用easy_install安装该库来导入该库。