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.

질문됨 일 년 전297회 조회
2개 답변
0

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

답변함 일 년 전
0

Hello !

These python requirements worked fine for me:

amazon.ion~=0.9.3
ionhash~=1.2.1
pyqldb~=3.2.2
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠