Search code examples
pythonapiwebclientslack

ImportError: cannot import name 'WebClient'


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'


Solution

  • pip install slack

    pip install slackclient

    Should do