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

696
Views
pip está configurado con ubicaciones que requieren TLS/SSL, sin embargo, el módulo ssl en Python no está disponible

Estoy usando Phyton 3.6. Cuando intento instalar "módulos" usando pip3 , me enfrento a este problema:

 pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available
over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

Para Windows 10, si desea usar pip en cmd normal, no solo en el indicador de Anaconda. necesita agregar 3 rutas de entorno. como los siguientes:

 D:\Anaconda3 D:\Anaconda3\Scripts D:\Anaconda3\Library\bin

la mayoría de la gente solo agrega D:\Anaconda3\Scripts

over 4 years ago · Santiago Trujillo Report

0

MAC OS

Tuve el mismo problema en Mac OS (Mojave) y resolví el problema como se menciona en este enlace: problema de Openssl .

  1. Si no tienes Homebrew o no sabes que es Homebrew:
 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  1. O si ya tienes Homebrew instalado:
 brew update && brew upgrade brew uninstall --ignore-dependencies openssl; brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb

Actualización: tenga en cuenta que tuve que usar el indicador --ignore-dependencies , porque se instalaron otros paquetes que dependen de OpenSSL.

Además, si el problema se produce después de usar pyenv , puede solucionarlo usando:

 brew reinstall python
over 4 years ago · Santiago Trujillo Report

0

Para los usuarios de Debian, lo siguiente puede ser útil:

 sudo apt install libssl-dev sudo apt install libncurses5-dev sudo apt install libsqlite3-dev sudo apt install libreadline-dev sudo apt install libtk8.6 sudo apt install libgdm-dev sudo apt install libdb4o-cil-dev sudo apt install libpcap-dev

Luego haga cd a la carpeta con el código fuente de la biblioteca de Python 3.X y ejecute:

 ./configure make make install
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!