[PYTHON] Comment installer Theano sur Mac OS X 10.10 (en utilisant pyenv, anaconda)

Environnement de la machine installée

Liste de choses à faire

  1. Installez pyenv
  2. Installez anaconda via pyenv
  3. Installez theano via pip

1. Installez pyenv

Le python par défaut pose quelques problèmes, alors ajoutez pyenv pour obtenir la bonne version.

Qu'est-ce que pyenv?

procédure

Liste des procédures

1-1. Ajouter l'infusion 1-2. Insérez pyenv-rehash 1-3. Modification du .bash_profile ou .zshrc

1-1. Ajouter l'infusion

see : http://brew.sh/

1-2. Insérez pyenv-rehash

Si vous incluez un package appelé pyenv-rehash, pyenv sera également installé.

$ brew install pyenv-rehash

1-3. Modification du .bash_profile ou .zshrc

Ajout de ce qui suit. Dites l'emplacement de pyenv.

export PYENV_ROOT=/usr/local/opt/pyenv
if [ -d "${PYENV_ROOT}" ]; then
    export PATH=${PYENV_ROOT}/bin:$PATH
    eval "$(pyenv init -)"
fi

2. Installez anaconda via pyenv

J'utiliserai anaconda, qui installera le package pour le calcul scientifique en même temps.

Qu'est-ce que l'anaconda?

procédure

Liste des procédures

2-1. Installez anaconda 2-2. Assurez-vous que le python que vous avez mis dans anaconda est utilisé

2-1. Installez anaconda

$ pyenv install anaconda-2.1.0

2-2. Assurez-vous que le python que vous avez mis dans anaconda est utilisé

$ pyenv global anaconda-2.1.0 #Spécifiez le python inclus dans anaconda comme python par défaut du système
$ pyenv local anaconda-2.1.0 #Assurez-vous que le python contenu dans anaconda est spécifié uniquement dans ce dossier
$ pyenv rehash

Après avoir fait, tapez ce qui suit, et si / usr / local / opt / pyenv / shims / python``` est spécifié, il est terminé. Sinon, essayez de redémarrer le terminal.

$ which python

3. Installez theano via pip

Enfin, installez le nano que vous recherchez. Veuillez noter qu'il y a un point et un point de montage.

procédure

Liste des procédures

3-1. Installez le 3-2. Rétrogradation du pyparsing

3-1. Installez le

À l'origine, vous devez le définir en incluant numpy et scipy, mais En ajoutant anaconda, cela fait du bon travail, donc si vous ajoutez soudainement l'anaconda, c'est bon.

$ pip install theano

3-2. Rétrogradation du pyparsing

J'obtiens une erreur lorsque j'essaye d'importer theano depuis python.

>>> import theano
Couldn't import dot_parser, loading of dot files will not be possible.

Le pyparsing qui est inclus dans anaconda à partir du 2015-08-17 est v2.0.1, qui est la cause. Il semble que la v1.5.7 devrait être utilisée, alors installez la v1.5.7

$ pip install pyparsing==1.5.7

Vous pouvez désormais utiliser theano sans aucun problème.

Référence: [erreur pydot et graphviz: impossible d'importer dot_parser, le chargement des fichiers dot ne sera pas possible](http://stackoverflow.com/questions/15951748/pydot-and-graphviz-error-couldnt-import-dot -parser-chargement-de-fichiers-de-points-sera? rq = 1)

Résumé

Recommended Posts

Comment installer Theano sur Mac OS X 10.10 (en utilisant pyenv, anaconda)
Comment installer Theano sur Mac OS X avec homebrew
Très facile à installer SciPy sur Mac OS X
Comment installer Caffe sur OS X avec macports
Comment installer Python à l'aide d'Anaconda
Installez Sphinx sur MacOSX
Comment installer OpenCV sur Mac
Installez mitmproxy sur Mac OS X
Comment installer Anaconda avec pyenv
Installez pgmagick sur Mac OS X 10.9
Comment installer drobertadams / toggl-cli sur Mac
Mettez Anaconda sur votre Mac en utilisant Pyenv
Comment effacer Python 2.x sur Mac.
Installez pyenv sur Mac
[Python] Comment installer OpenCV sur Anaconda [Windows]
Comment installer / vérifier Graphviz sur anaconda / windows10
[CentOS7] Installez anaconda à l'aide de pyenv
Préparation à l'utilisation de aws cli sur Mac OS X
Installer le module sur Anaconda (Mac)
Essayez d'utiliser E-Cell 4 sur Windows 7 ou Mac OS X
mac OS X 10.15.x pyenv Python Si vous ne pouvez pas installer
Installez PyQt5 avec homebrew sur Mac OS X Marvericks (10.9.2)
Mémo sur Mac OS X
Comment installer Python2.7 python3.5 avec pyenv (sur RHEL5 CentOS5) (novembre 2016)
Utilisation de plusieurs versions de Python sur Mac OS X (2) Utilisation
Utilisation du SDK NAOqi 2.4.2 Python avec Mac OS X El Capitan
Installer anaconda sur Mac → Ajouter une bibliothèque
Instructions pour installer matplotlib sur votre Mac
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installez Scipy sur Mac OS Sierra
Comment installer VMware-Tools sur Linux
Comment installer pycrypto sur Windows
Comment installer PyPy sur CentOS
Comment installer TensorFlow sur CentOS 7
Installer Python sur CentOS à l'aide de Pyenv
Comment installer Maven sur CentOS
Étapes pour installer python3 sur Mac
Installez Python sur CentOS en utilisant pyenv
Comment installer Music 21 sur Windows
(Débutant) Remarques sur l'utilisation de pyenv sur Mac
Comment reconstruire l'environnement python à partir de pyenv dans un environnement Mac (El Capitan)
Utilisation de plusieurs versions de Python sur Mac OS X (1) Installation de plusieurs ver
Installez Anaconda sur votre Mac et téléchargez votre notebook Jupyter (IPython) sur Anaconda Cloud
Installez lp_solve sur Mac OSX et appelez-le avec python.
Comment installer aws-session-manager-plugin sur Manajro Linux
Installez matplotlib sur OS X El Capitan
[Kivy] Comment installer Kivy sur Windows [Python]
Aws-cli installé sur Mac OS X Lion
Comment installer des packages sur Alpine Linux
Comment installer Richzhang / Colorisation sur Windows 10
Comment installer Apache (httpd) sur CentOS7
Comment installer php7.4 sur Linux (Ubuntu)
Comment installer Eclipse GlassFish 5.1.0 sur CentOS7
Installez quand même anaconda sur un nouveau Mac
Comment installer Apache (httpd) sur CentOS8
Package de notes personnelles à installer sur Anaconda
Comment installer NumPy sur Raspeye
Comment installer cx_Oracle sur macOS Sierra