Closed delijati closed 5 years ago
I have a version problem when installing:
pkg_resources.ContextualVersionConflict: (aioboto3 6.4.1 (/opt/develop/work/siemens/codedeploy-terraform/svc-kinesis-consumer/env/lib/python3.6/site-packages), Requirement.parse('aioboto3==6.0.1'), {'async-kinesis-client'})
I checked out your repo and removed pinning of aioboto3=6.0.1 and it works.
aioboto3=6.0.1
Thanks for reporting, I'll put updated release soon.
ohh nice that was fast ... thanks :)
Please check out 0.2.12
I have a version problem when installing:
I checked out your repo and removed pinning of
aioboto3=6.0.1
and it works.