[PYTHON] Installer anaconda sur Mac → Ajouter une bibliothèque

Préparation


Installez pyenv

--Mettre à jour homebrew et installer pyenv

$ brew update
$ brew upgrade
$ brew install pyenv
$ pyenv --version ###Confirmez que l'installation de pyenv est terminée

De l'installation d'anaconda à la construction de l'environnement

--Vérifiez la version d'anaconda à installer -- grep ne doit pas être fait

$ pyenv install -l | grep anaconda

--Installez l'anaconda que vous souhaitez installer

$ pyenv install anaconda3-4.2.0
$ pyenv versions ###Confirmez que l'installation d'anaconda est terminée

--Anaconda peut être utilisé --Définissez le nom que vous souhaitez utiliser pour l'argument de --name``` (comme alias)

$ pyenv global anaconda3-4.2.0    ###Spécifiez la version d'anaconda à utiliser
$ conda create --name py python=3.6 anaconda    ###Pour pouvoir utiliser la bibliothèque anaconda à la fin de l'argument"anaconda"je vais ajouter
Fetching package metadata .......
Solving package specifications: ..........

Package plan for installation in environment ...

The following packages will be downloaded:

    package                    |            build
    ---------------------------|-----------------
    jpeg-9b                    |                0         240 KB
    libiconv-1.14              |                0         1.3 MB
    mkl-2017.0.1               |                0       110.8 MB
    curl-7.52.1                |                0         536 KB
...
    anaconda-4.3.0             |      np111py36_0           6 KB
    ------------------------------------------------------------
                                           Total:       326.8 MB

The following NEW packages will be INSTALLED:

    _license:           1.1-py36_1
    alabaster:          0.7.9-py36_0
    anaconda:           4.3.0-np111py36_0
...
    yaml:               0.1.6-0
    zlib:               1.2.8-3

Proceed ([y]/n)? y

Fetching packages ...
jpeg-9b-0.tar. 100% |#############################################################################| Time: 0:00:00   3.62 MB/s
libiconv-1.14- 100% |#############################################################################| Time: 0:00:00   4.43 MB/s
...




$ source activate py    ### --Utilisez le nom utilisé comme argument du nom comme argument d'activation → La session iTerm est fermée pour une raison quelconque(La fenêtre tmux est fermée)
$ python --version    ###Vérifiez si python3 est démarré à partir d'anaconda
Python 3.5.2 :: Anaconda 4.2.0 (x86_64)    ###Si python n'est pas démarré depuis anaconda"::"Après cela ne devrait pas être affiché

$ python2 --version    ###Par exemple, cette fois python2.x pas encore installé sur anaconda
Python 2.7.13
$ python2
Python 2.7.13 (default, Dec 24 2016, 20:29:00)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.42.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

$ python3 --version    ### python3.Si x, commencez par anaconda
Python 3.5.2 :: Anaconda 4.2.0 (x86_64)
$ python
Python 3.5.2 |Anaconda 4.2.0 (x86_64)| (default, Jul  2 2016, 17:52:12)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

--Pour supprimer l'environnement conda create '', entrez un nom dans l'argument et conda remove ''

$ conda remove --name py --all

--Si vous ne souhaitez pas utiliser l'environnement anaconda créé, désactivez avec le nom d'ensemble comme argument.

$ source deactivate py

(↓ 2017 / juillet / 22 postscript ↓)

Installez la bibliothèque dans l'environnement anaconda

Procédure lorsque vous souhaitez ajouter une bibliothèque via anaconda

  1. `$ anaconda search -t conda [nom de la bibliothèque]` pour rechercher la bibliothèque que vous voulez
  2. Sortez la commande d'installation avec $ anaconda show [nom de la bibliothèque atteint par la recherche]
  3. Tapez la sortie de la commande d'installation comme suit: $ conda install --channel [chemin] [nom de la bibliothèque]
  4. Si vous faites une erreur, désinstallez avec $ conda uninstall [nom de la bibliothèque]

Exemple) Lors de l'installation supplémentaire de gensim sur anaconda

Au fait, si vous souhaitez installer gensim, pip___ est recommandé plutôt que ___ anaconda. Si vous voulez faire du traitement Deep Learning, les gensim installés avec ___pip peuvent être beaucoup plus rapides que ___ (Cliquez ici pour plus de détails articles / 619d64d646d0385a7e01)).

Installer gensim avec anaconda


$ anaconda search -t conda gensim ###La bibliothèque gensim qui semble avoir été préparée par diverses personnes s'affiche
Using Anaconda API: https://api.anaconda.org
Run 'anaconda show <USER/PACKAGE>' to get more details:
Packages:
     Name                      |  Version | Package Types   | Platforms
     ------------------------- |   ------ | --------------- | ---------------
     ActivisionGameScience/gensim |   0.11.1 | conda           | linux-64
                                          : Python framework for fast Vector Space Modelling
     DavidMertz/accelerate-gensim |   0.12.3 | conda           | linux-64, win-64, osx-64
     KristinDay/gensim         |   0.12.4 | conda           | osx-64
                                          : Python framework for fast Vector Space Modelling
     MickC/gensim              |   0.10.0 | conda           | linux-64, win-64
                                          : Gensim installation for Anaconda
     RahulJain/gensim          |   0.12.4 | conda           | win-64
     anaconda/gensim           |    2.2.0 | conda           | linux-ppc64le, linux-64, win-32, osx-64, linux-32, win-64
     asmeurer/gensim           |    0.8.8 | conda           | win-32, win-64, osx-64
・
・
・
     smfullman/gensim          |   0.12.1 | conda           | linux-64
                                          : Python framework for fast Vector Space Modelling
     test_org_002/gensim       | 0.13.4.1 | conda           |
     ymartel/gensim            |   0.10.3 | conda           | linux-64
                                          : Python framework for fast Vector Space Modelling
Found 21 packages
$ anaconda show anaconda/gensim ###Quelque chose comme ça dans la sortie(Jugement de nom, version 2.2.0 Dernier, compatible avec la plateforme)Choisir
Using Anaconda API: https://api.anaconda.org
Name:    gensim
Summary:
Access:  public
Package Types:  conda
Versions:
   + 0.10.0
   + 0.10.3
   + 0.12.2
   + 0.10.2
   + 0.12.1
   + 0.12.4
   + 0.13.3
   + 0.13.4.1
   + 0.13.4
   + 1.0.1
   + 2.1.0
   + 2.2.0

To install this package with conda run:
     conda install --channel https://conda.anaconda.org/anaconda gensim
$ conda install --channel https://conda.anaconda.org/anaconda gensim ###Il peut être installé en tapant la sortie de la commande sur la dernière ligne.
$ ###Encore une fois, nous recommandons d'installer gensim à partir de pip.
$ conda uninstall gensim ###Si vous faites une erreur, vous pouvez le désinstaller comme indiqué sur la gauche.

Recommended Posts

Installer anaconda sur Mac → Ajouter une bibliothèque
Installer le module sur Anaconda (Mac)
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installez quand même anaconda sur un nouveau Mac
Installez Tensorflow sur Mac
Installez Ansible sur Mac
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez Anaconda sur Windows 10
Installez Python 3.4 sur Mac
Installez Caffe sur Mac
Installer mecab sur Mac
installer mecab-python sur Mac
Installez cvxopt sur Anaconda 64 bits
Installer pygame sur python3.4 sur Mac
Installez cvxpy sur Windows, Anaconda
Installez OpenPose sur mac (Catalina)
Installez numba sur Mac
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez Django sur Mac
Installer l'oreiller sur Mac OSX 10.9
[Mac] Conseils: installez pyquery sur Mac [pyquery]
flux tensoriel avec anaconda sur mac
Comment installer mysql-connector-python sur Mac
Instructions pour installer matplotlib sur votre Mac
Construction de l'environnement Anaconda sur Mac (version 2018)
Installez Sphinx sur MacOSX
Installez Scipy sur Mac OS Sierra
Installer python3 sur Mac (El Capitan)
Comment installer OpenCV sur Mac
Installez mitmproxy sur Mac OS X
Installez VirtualBox sur CentOS 7 sur VirtualBox (mac + vagrant)
Installez PyStan sur Windows sans Anaconda
Étapes pour installer python3 sur Mac
Installez pgmagick sur Mac OS X 10.9
Installez Anaconda sur votre Mac et téléchargez votre notebook Jupyter (IPython) sur Anaconda Cloud
Comment installer Theano sur Mac OS X 10.10 (en utilisant pyenv, anaconda)
Comment installer drobertadams / toggl-cli sur Mac
Mettez Anaconda sur votre Mac en utilisant Pyenv
Installez la bibliothèque python sur Lambda à l'aide de [/ tmp]
Créer un environnement Python avec Anaconda sur Mac
Package de notes personnelles à installer sur Anaconda
Theano sur Anaconda
python sur mac
Mettre l'environnement de calcul numérique de Python Anaconda sur mac (2)
Mettre l'environnement de calcul numérique de Python Anaconda sur Mac
Installez OpenCV 4.0 et Python 3.7 sur Windows 10 avec Anaconda
[Python] Comment installer OpenCV sur Anaconda [Windows]
Installez la bibliothèque d'apprentissage automatique TensorFlow sur fedora23
Comment installer / vérifier Graphviz sur anaconda / windows10
Installer mecab sur Marvericks
Installer python sur WSL
Installez Faiss sur CentOS 7
Installer pip sur Mavericks
Installez Python sur Pidora.
Installez mongodb sur termux
Installez Scrapy sur python3
Installer docker sur Fedora31
Installez le sélénium sur votre Mac et essayez-le avec python