I\'m developing a slackbot. After importing slackclient, I got ModuleNotFoundError: No module named \'slackclient\'.
ModuleNotFoundError: No module named \'slackclient\'
I tried all the options and follow
The current version of slackclient for Python3 is 2.1.0.
To upgrade your environment run:
$ pip3 install slackclient --upgrade
You find the latest slackclient here.