Skip to content

Instantly share code, notes, and snippets.

@MatrixManAtYrService
Created May 8, 2019 15:34
Show Gist options
  • Save MatrixManAtYrService/bfcf6098dfebe0d4472b584ef2842eda to your computer and use it in GitHub Desktop.
Save MatrixManAtYrService/bfcf6098dfebe0d4472b584ef2842eda to your computer and use it in GitHub Desktop.
Maybe they changed the API?
❯ 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