Python 3.3 mit Anaconda

Anacondas unterstützte Python-Version enthielt 3.3, daher habe ich sie aktualisiert. Ich musste es genau so machen, wie es offiziell geschrieben wurde.

http://docs.continuum.io/conda/intro.html

Aktualisierung von conda

conda update conda

Plötzlich fand ich es hier hier, obwohl es hier nicht offiziell geschrieben ist. Wenn Sie dies nicht tun, gibt das Aktivierungsskript einen Fehler zurück und Sie werden süchtig.

Env in python33 geändert

 conda create -n py33 python=3.3 anaconda

Es wird eine Weile dauern.

Durch den Pfad gehen

source ~/anaconda/bin/activate py33

Versuchen Sie es mit

(py33) ~
% python
Python 3.3.2 |Anaconda 1.7.0 (x86_64)| (default, Aug  5 2013, 15:07:24) 
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 

Versuchen Sie es mit NLTK

>>> import nltk
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named 'nltk'
>>>

Das. Anscheinend enthält Anacondas py33-Umgebung nltk nicht. Honke scheint begonnen zu haben, python3.x zu unterstützen, aber es ist immer noch eine Alpha-Version. Ist es noch nicht im Anaconda-Repository enthalten? Es tut uns leid.

Recommended Posts

Python 3.3 mit Anaconda
Quadtree in Python --2
Python in der Optimierung
CURL in Python
Geokodierung in Python
SendKeys in Python
Metaanalyse in Python
Unittest in Python
Installieren Sie Scrapy in einer Python Anaconda-Umgebung
Epoche in Python
Zwietracht in Python
Deutsch in Python
DCI in Python
Quicksort in Python
nCr in Python
N-Gramm in Python
Programmieren mit Python
Installieren Sie Tensorflow in einer anaconda + python3.5-Umgebung
Plink in Python
Konstante in Python
pyenv + anaconda + python3
FizzBuzz in Python
SQLite in Python
Schritt AIC in Python
LINE-Bot [0] in Python
CSV in Python
Reverse Assembler mit Python
Reflexion in Python
Konstante in Python
nCr in Python.
Format in Python
Scons in Python 3
Puyopuyo in Python
Python in Virtualenv
PPAP in Python
Quad-Tree in Python
Reflexion in Python
Chemie mit Python
Hashbar in Python
DirectLiNGAM in Python
LiNGAM in Python
In Python reduzieren
In Python flach drücken
Das Ergebnis der Installation von Python auf Anaconda
Sortierte Liste in Python
Täglicher AtCoder # 36 mit Python
Clustertext in Python
AtCoder # 2 jeden Tag mit Python
Täglicher AtCoder # 32 in Python
Täglicher AtCoder # 6 in Python
Täglicher AtCoder # 18 in Python
Bearbeiten Sie Schriftarten in Python
Singleton-Muster in Python
Lesen Sie DXF mit Python
Täglicher AtCoder # 53 in Python
Tastenanschlag in Python
Verwenden Sie config.ini mit Python
Täglicher AtCoder # 33 in Python
Löse ABC168D in Python