Hi, The most likely explanation is that the pip command is not installing into the same Python distribution that you are importing from. Check import sys sys.prefix from Python, and cross-check with the first line of the `pip` executable. Cheers, Matthew