You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setuptools has a feature called "extras", which allows easy install of "recommended" packages.
In this case, it'll be great to have an extra for installing crc32c, which will look something like: pip install kafka-python[crc32c].