Created
May 8, 2019 15:34
-
-
Save MatrixManAtYrService/bfcf6098dfebe0d4472b584ef2842eda to your computer and use it in GitHub Desktop.
Maybe they changed the API?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ docker run --rm -it ubuntu:18.04 | |
# apt update && apt install -y python3-pip python3-venv | |
... output omitted .. | |
# python3 -m venv ~/venv | |
# source ~/venv/bin/activate | |
(venv) # python -c 'import slackclient' | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
ModuleNotFoundError: No module named 'slackclient' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment