bcgov / aries-acapy-plugin-redis-events

Apache License 2.0
5 stars 13 forks source link

Cannot install the plugin with pip #4

Closed dejsenlitro closed 2 years ago

dejsenlitro commented 2 years ago

Hello,

when running the install command from the readme $ pip install git+https://github.com/bcgov/aries-acapy-plugin-redis-events.git I am getting the error in the image image (9)

Any ideas what could be wrong?

Thanks

TheTechmage commented 2 years ago

Based upon that error and what's in the repository, I believe that it's looking for the folder acapy_redis_queue due to the includes statement in the poetry file. acapy_redis_queue doesn't exist, however redis_queue does.

That's just a guess though.

dejsenlitro commented 2 years ago

Thanks for the quick reply. I created a fork and attempted the fix and it installed correctly. Created a PR here https://github.com/bcgov/aries-acapy-plugin-redis-events/pull/5/files

shaangill025 commented 2 years ago

Missing/pending modules have now been implemented and this should work. If you wish to give it another try, I will suggest taking a look at the updated documentation for clarity.