error while installing pip in windows10

Viewed 2695

I have tried to install pip using command : sudo apt install python-pip

but after installing a few files and asking for admin rights, it gets stuck at at a file, giving the error -

"Err:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-77.98 404 Not Found [IP: 91.189.88.149 80] E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-libc-dev_4.4.0-77.98_amd64.deb 404 Not Found [IP: 91.189.88.149 80] "

I am using python 3.5.2 on Windows10 (bash)

PS : yes, i'm total noob . But i really want to do some python .

1 Answers
Related