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
rgerke
Linode Staff
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.