'ModuleNotFoundError for ibm-watson-machine-learning package

I entered following command in my jupyter notebook: !pip install -U ibm-watson-machine-learning and with I can see the package install with !pip list.

But when I try to import like so: import ibm_watson_machine_learning, I get following error: ModuleNotFoundError: No module named 'ibm_watson_machine_learning'.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source