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.

posta un anno fa297 visualizzazioni
2 Risposte
0

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

con risposta un anno fa
0

Hello !

These python requirements worked fine for me:

amazon.ion~=0.9.3
ionhash~=1.2.1
pyqldb~=3.2.2
con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande