1

Trying to install CNTK, I received a message saying that I should upgrade pip command here

This one is another question related to the upgrading of pip.

After the installation with the command

pip install cntk

I received another error message as shown in the attached image.

enter image description here

Shayan Shafiq
  • 1,012
  • 4
  • 11
  • 24
  • Hi there! imho try Google for such queries as they are dependent on your personal machine..... The error means that it couldn't find the version for your platform.. try visiting the website of that package and check whether it's available... – Aditya Dec 24 '18 at 20:03
  • Also you have **Permission error**, so just run in admin mode and it should go away :) – Aditya Dec 24 '18 at 20:05
  • I have edited to question explaining that it is not a duplicate – Hermes Morales Dec 25 '18 at 21:46
  • @Aditya I have tried to run the admin mode using the Azure Notebook password but it did not accept it. – Hermes Morales Dec 25 '18 at 22:30
  • 1
    If you trying to install multiple libraries and upgrades at once, no need to use `install` flag again. If you give install again, it thinks it as a package installation named `install` and tries to fetch it, well it fails. The command general format `pip install library1 library2 --upgrade library3`, in this format. So root level if `PermissionError` pops up. – Kiritee Gak Dec 26 '18 at 00:18

0 Answers0