[PYTHON] Wget schlägt während der Installation mit pyenv fehl

Installieren Sie Python 2.6.6 mit pyenv

# pyenv install 2.6.6

...Abkürzung

error: failed to install setuptools via ez_setup.py

BUILD FAILED

Inspect or clean up the working tree at /tmp/python-build.20141031114520.16491
Results logged to /tmp/python-build.20141031114520.16491.log

Last 10 log lines:
    downloader_factory=options.downloader_factory,
  File "/tmp/python-build.20141031114520.16491/ez_setup.py", line 287, in download_setuptools
    downloader(url, saveto)
  File "/tmp/python-build.20141031114520.16491/ez_setup.py", line 224, in download_file_wget
    _clean_check(cmd, target)
  File "/tmp/python-build.20141031114520.16491/ez_setup.py", line 169, in _clean_check
    subprocess.check_call(cmd)
  File "/root/.pyenv/versions/2.6.6/lib/python2.6/subprocess.py", line 488, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['wget', 'https://pypi.python.org/packages/source/s/setuptools/setuptools-7.0.zip', '--quiet', '--output-document', '/tmp/python-build.20141031114520.16491/Python-2.6.6/setuptools-7.0.zip']' returned non-zero exit status 1

Nachdem ich verschiedene Dinge überprüft habe, scheint es, dass die Verbindung über SSL zum Zeitpunkt von wget nicht hergestellt wurde, also habe ich die SSL-Prüfung deaktiviert und es hat vorerst funktioniert.

echo "check_certificate = off" >> /etc/wgetrc

Gibt es einen besseren Weg ...

Recommended Posts

Wget schlägt während der Installation mit pyenv fehl
Installieren Sie Python mit pyenv
Installieren Sie python2.x mit pyenv auf Catalina
So installieren Sie Anaconda mit pyenv
Installieren Sie Python als Framework mit pyenv
Ich wollte Python 3.4.3 mit Homebrew + pyenv installieren
Installieren Sie pyenv auf dem Mac
Installieren Sie pip, pyenv, BeautifulSoup4
Installieren Sie pyenv und pyenv-virtualenv
Fehler bei der Pip-Installation
Installieren Sie Python (pyenv, pyenv-virtualenv)
Installieren Sie Voluptuous mit Python 2.5
Installieren Sie die neueste stabile Version von Python mit pyenv (sowohl 2 als auch 3).
Installieren Sie Fackelstreuung mit PyTorch 1.7
Erstellen Sie python3.x mit pyenv
Installieren Sie pyenv unter OSX
Installieren Sie scikit.learn mit pip
Wenn die Pip-Installation fehlschlägt
So installieren Sie Python2.7 python3.5 mit pyenv (unter RHEL5 CentOS5) (2016 Nov)
[CentOS7] Installieren Sie Anaconda mit Pyenv
Keras-Installation (von Anaconda verwendet)
Wenn Moos mit Pip installieren
Wenn pyenv BUILD FAILED installiert
Installieren Sie eine externe Bibliothek mit Python
Installieren Sie das Github-Repository mit pip
Installieren Sie pyenv von Homebrew, installieren Sie Python von pyenv
Python mit Pyenv und Venv