I can't do
from slack import WebClient
I get this error:
ImportError: cannot import name 'WebClient'
Have installed slack module
pip install slack
Error:
Traceback (most recent call last): File "E:\Downloads\slack-automation-master\channel_messages.py", line 3, in from slack import WebClient ImportError: cannot import name 'WebClient'
pip install slack
pip install slackclient
Should do
uninstall slack and slackclient first: pip uninstall slack pip uninstall slackclient
then re-install, slack first
pip install slack pip install slacklient
works for versions 0.0.2 and 2.9.3 respectively
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With