krkn-chaos / cerberus

Guardian of Kubernetes clusters. Tool to monitor clusters health and signal/alert on failures.
Apache License 2.0
92 stars 41 forks source link

Missing module #194

Closed paigerube14 closed 1 year ago

paigerube14 commented 1 year ago

https://github.com/redhat-chaos/cerberus/actions/runs/4058914012

      File "/tmp/pip-build-6j7gpd9m/aiohttp/aiohttp/hdrs.py", line 8, in <module>
        from multidict import istr
    ModuleNotFoundError: No module named 'multidict'
paigerube14 commented 1 year ago

https://pypi.org/project/slackclient/

This [slackclient](https://pypi.org/project/slackclient/) PyPI project is in maintenance mode now and [slack-sdk](https://pypi.org/project/slack-sdk/) project is the successor. The v3 SDK provides more functionalities such as Socket Mode, OAuth flow module, SCIM API, Audit Logs API, better asyncio support, retry handlers, and many more.

Trying to add that module instead and build locally before pushing

chaitanyaenr commented 1 year ago

Closing as the issue should now be fixed. Thanks to @paigerube14!