Problem importing CNTK in Azure jupyter notebook

Vineeth Sai indicated in this that with the following code:

pip install cntk 

the problem is solved. However, I am getting the error shown in attached image:

Topic pip jupyter azure-ml python

Category Data Science


Try with:

sudo pip install cntk

or:

sudo su [type admin password]
pip install cntk  

Keeping your latest edit in mind, the error in your screenshot is actually just a recommendation to upgrade pip. As suggested, please run pip install --upgrade pip, and it shall upgrade pip package in your environment and shall not re-appear unless a new version of pip get released later on.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.