2017-05-11 7 views
0

Auf diesen Befehl gebenWie in Windows installieren tensorflow 10 Python 3.5.2

C:\Users\Sudhit>python -c "from pip import pep425tags;print(pep425tags.supported_tags)" 
[('cp27', 'cp27m', 'win_amd64'), ('cp27', 'none', 'win_amd64'), ('py2', 'none', 'win_amd64'), ('cp27', 'none', 'any'), ('cp2', 'none', 'any'), ('py27', 'none', 'any'), ('py2', 'none', 'any'), ('py26', 'none', 'any'), ('py25', 'none', 'any'), ('py24', 'none', 'any'), ('py23', 'none', 'any'), ('py22', 'none', 'any'), ('py21', 'none', 'any'), ('py20', 'none', 'any')] 

Ich bin nicht Python immer 3, wie ich dann 3.5.2 Python installiert habe, warum ich dieses Ergebnis bin immer?

+0

möchten Sie vielleicht [diese Antwort] überprüfen (http://Stackoverflow.com/a/43912875/5741205) – MaxU

Antwort

0

Verwenden Sie Anaconda. Die Installation ist viel einfacher.

+0

Ich konfrontiert das gleiche Problem auch mit Anaconda –

Verwandte Themen