Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
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...)