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.

asked a year ago289 views
2 Answers
0

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

answered a year ago
0

Hello !

These python requirements worked fine for me:

amazon.ion~=0.9.3
ionhash~=1.2.1
pyqldb~=3.2.2
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions