Showing posts with label pip. Show all posts
Showing posts with label pip. Show all posts

Friday, 17 January 2020

python pip install on windows

If you get an error like

import webexteamssdk
ModuleNotFoundError: No module named 'webexteamssdk'

We need in install that module. You'll often see the advice :

pip install webexteamssdk

This didn't work for me. I had to use:
python -m pip install webexteamssdk