Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

2.3K
Views
E: El paquete 'python-pip' no tiene ningún candidato de instalación
$ sudo apt-get install python-pip Reading package lists... Done Building dependency tree Reading state information... Done Package python-pip is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: python3-pip

tanto mi pip como mi pip3 están instalados en python 3

 pip -V pip 20.1.1 from /usr/lib/python3/dist-packages/pip (python 3.8) pip3 -V pip 20.1.1 from /usr/lib/python3/dist-packages/pip (python 3.8)

Ahora no puedo instalar pip ... muestra el error anterior

over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Use estos comandos primero, luego intente nuevamente y realice una reinstalación mediante sudo apt reinstall python3-pip

  1. sudo add-apt-repository universe
  2. sudo add-apt-repository multiverse
  3. sudo apt-get update
over 4 years ago · Santiago Trujillo Report

0

Si tiene python (python2) instalado, puede usar el siguiente comando para instalar pip (para python2).

 curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py python get-pip.py

Ahora puedes buscar pip2

 pip2 --version

Espero que esto te ayude

over 4 years ago · Santiago Trujillo Report

0

Solo como referencia, este problema puede ocurrir si está utilizando Windows Ubuntu Shell y su firewall está bloqueando el tráfico de su espacio aislado de Ubuntu. En ese caso, no se pueden encontrar los recursos de instalación y la simple apt-update no funcionará.

Para probar si el firwall causa su problema, simplemente puede intentar hacer ping a un sitio web . Además, si apt-update falla con la connection refused , es probable que su problema sea el firwall. Consulte esta publicación sobre cómo agregar su sandbox a la lista blanca de firewall (Protección de punto final).

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!