Installer python3 sur Mac (El Capitan)

environnement

OS X El Capitan(10.11.5) HomeBrew installé

installation pyenv

Python2 est inclus par défaut, mais je souhaite gérer le changement de version, alors installez pyenv (rbenv dans ruby)

$ brew install pyenv

Réglage du chemin

$ export PYENV_ROOT="$HOME/.pyenv"
$ export PATH="$PYENV_ROOT/bin:$PATH"
$ eval "$(pyenv init -)"

Vérifiez la version de python qui peut être installée

$ pyenv install --list

installation de python

Installez le dernier python3.5.1

$ pyenv install 3.5.1

Erreur. .. ..

Downloading Python-3.5.1.tgz...
-> https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tgz
Installing Python-3.5.1...

BUILD FAILED (OS X 10.11.5 using python-build 20160130)

Inspect or clean up the working tree at /var/folders/cc/yzctrdxs00s81p18dssxqhpw0000gn/T/python-build.20160605231006.7256
Results logged to /var/folders/cc/yzctrdxs00s81p18dssxqhpw0000gn/T/python-build.20160605231006.7256.log

Last 10 log lines:
  File "/private/var/folders/cc/yzctrdxs00s81p18dssxqhpw0000gn/T/python-build.20160605231006.7256/Python-3.5.1/Lib/ensurepip/__main__.py", line 4, in <module>
    ensurepip._main()
  File "/private/var/folders/cc/yzctrdxs00s81p18dssxqhpw0000gn/T/python-build.20160605231006.7256/Python-3.5.1/Lib/ensurepip/__init__.py", line 209, in _main
    default_pip=args.default_pip,
  File "/private/var/folders/cc/yzctrdxs00s81p18dssxqhpw0000gn/T/python-build.20160605231006.7256/Python-3.5.1/Lib/ensurepip/__init__.py", line 116, in bootstrap
    _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
  File "/private/var/folders/cc/yzctrdxs00s81p18dssxqhpw0000gn/T/python-build.20160605231006.7256/Python-3.5.1/Lib/ensurepip/__init__.py", line 40, in _run_pip
    import pip
zipimport.ZipImportError: can't decompress data; zlib not available
make: *** [install] Error 1

Il semble que les outils de ligne de commande XCode étaient nécessaires lors de la mise à jour du système d'exploitation (https://github.com/yyuu/pyenv/wiki problèmes # build-failed-error-the-python-zlib-extension-was-not-compiled-missing-the-zlib))

$ xcode-select --install
xcode-select: note: install requested for command line developer tools

Installez à nouveau python3.5.1

$ pyenv install 3.5.1

Vérifier la version

$ pyenv versions
* system (set by /Users/32mashamasha/.pyenv/version)
  3.5.1

J'ai pu installer (´ ▽ `) ノ

Recommended Posts

Installer python3 sur Mac (El Capitan)
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Python 3.4 sur Mac
Installer pygame sur python3.4 sur Mac
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez Python 3.7 Anaconda sur MAC, mais Python 2
python sur mac
Étapes pour installer python3 sur Mac
Utilisation du SDK NAOqi 2.4.2 Python avec Mac OS X El Capitan
Créer un environnement d'analyse de données python sur Mac (El Capitan)
Installez matplotlib sur OS X El Capitan
Installez Tensorflow sur Mac
Installer python sur WSL
Installez pyenv sur Mac
Installez Python sur Pidora.
Installez Scrapy sur python3
Installez Ansible sur Mac
Installez Python3.4 sur CentOS 6.6
Installez python sur Windows
Installez Python 2.7.3 sur CentOS 5.4
Installez Python 3.3 sur Ubuntu 12.04
Installez Caffe sur Mac
Installer mecab sur Mac
installer mecab-python sur Mac
Installez Python 3.6 sur Docker
Comment reconstruire l'environnement python à partir de pyenv dans un environnement Mac (El Capitan)
Installez Python 3.8 sur RHEL 8 (AppStream)
Installer watchdog sur Windows + Python 3.3
Installez Python 3.8 sur CentOS 7 (SCL)
Installer le module sur Anaconda (Mac)
Installez OpenPose sur mac (Catalina)
Installez numba sur Mac
Manipulation de python sur mac
Mettez à jour le python que vous aviez sur votre Mac à 3.7-> 3.8
Installez OpenCV sur Ubuntu + python
Remarques sur l'installation de Python sur votre Mac
Python --Installez MySQLDB sur EC2
Installez Django sur Mac
Installer l'oreiller sur Mac OSX 10.9
[Mac] Conseils: installez pyquery sur Mac [pyquery]
Installez Python 3.8 sur CentOS 8 (AppStream)
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Installez Python 3 sur Mac et créez un environnement [Definitive Edition]
Installez le sélénium sur votre Mac et essayez-le avec python
Étapes pour installer le dernier Python sur votre Mac
Étapes pour installer CUDA 7.5 avec Mac (El Capitan) + Homebrew
Installer l'environnement Python sur un PC local (pyenv, venv sur Mac)
Construire un environnement Python sur Mac
Installez Python Pillow sur Amazon Linux
Installez Python 3.8 sur Ubuntu 18.04 (norme du système d'exploitation)
Si Python sur Mac disparaît
Lorsque l'importation de tkinter n'est pas possible avec Mac OS X 10.11.3 (El Capitan) + pyenv + Python 3.5.1.
Installer anaconda sur Mac → Ajouter une bibliothèque
Installer python
Installez Python 3.8 sur Ubuntu 20.04 (norme du système d'exploitation)
installation de python2.7 dans un environnement Windows 32 bits
Instructions pour installer matplotlib sur votre Mac
Installez xgboost (version python) sur Windows
Créer un environnement Python sur Mac (2017/4)