python3- pip installation error in Ubuntu 18.10 server

Hi Guys, I tried to install python3-pip in my server, however i get the following Ubuntu 18.1 errors. Failed to fetch http://mirrors.linode.com/ubuntu/pool/universe/p/python-pip/python3-pip_9.0.1-2.3_all.deb 404 Not Found

How can i resolve this??

1 Reply

Hey there -

The reason you're running into this is most likely because Ubuntu 18.10 has reached its end of life and is no longer being supported.

The workaround for this is by editing your /etc/apt/sources.list file to point to Ubuntu's EOL release server as is detailed in this additional post:

sudo apt-get update command is not working

The above post deals with another Ubuntu version that's released its EOL, but the procedure will be the same.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct