dango connect to `AWS QLDB` dependency issue

0

Hello,

I'm trying perform connect to AWS QLDB using Django project However, I get an issue, once I add the following code from pyqldb.driver.qldb_driver import QldbDriver

I get the issue ImportError: cannot import name 'Enum' from 'amazon.ion.util' (/usr/local/lib/python3.9...)

Appreciate any help.

已提问 1 年前296 查看次数
2 回答
0

Ok, there was an issue in lates amazon-ion, so need to point directly amazon-ion = "0.9.3"

已回答 1 年前
0

Hello !

These python requirements worked fine for me:

amazon.ion~=0.9.3
ionhash~=1.2.1
pyqldb~=3.2.2
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则