DanV
DanV
In case it helps others; - I have Redis setup with SSL certs (rediss://...). - channels==2.1.2 - channels-redis==2.4.2 Here is a snippet from my Django config ``` redis_backend_url = "rediss://%s:%s/5"...
Try this `from pixellib import instance as instanceSegmentation` I found the package was moved to this level using this code ``` import pixellib import pkgutil for p in pkgutil.iter_modules(pixellib.__path__): print(p)...
I have no info to add, just posted a working config after days of tweaks haha On Mon 31 Oct 2022, 14:45 Nasir Iqbal, ***@***.***> wrote: > @carltongibson @ezeakeal >...