Install tensorflow_io for JupyterHub

Hi there. I’m trying to get a jupyter notebook running on JupyterHub to import tensorflow_io. I have used the follwing pip command to install tensorflow_io successfully but my notebook cannot find the module.

pip install tensorflow-io

Jupyter notebook import statement:

import tensorflow as tf
import tensorflow_io as tfio

I receive a module not found error from the import above:

ModuleNotFoundError: No module named 'tensorflow_io'