Python: Tensorflow on Windows 10 in PyCharm

Published: 10 April 2017
on channel: Melissa Dale
76,743
613

How to get Python TensorFlow working in Windows with PyCharm: UPDATE: issue with pip - see below.
======================================================
Anaconda: https://www.continuum.io/downloads

"pip install" in pycharm on terminal:
import pip
pip.main(['install', 'tensorflow'])

****
UPDATE: There are some issues with pip3 (https://github.com/pypa/pip/issues/5240), a work around is to use:
from pip._internal import main
main(['install', 'tensorflow-gpu'])
****
UPDATE:TensorFlow Download and Setup (to test installation): https://www.tensorflow.org/versions/r... (OUTDATED)

Instead, I recommend trying the example code here: https://www.tensorflow.org/tutorials/...


On this page of the site you can watch the video online Python: Tensorflow on Windows 10 in PyCharm with a duration of hours minute second in good quality, which was uploaded by the user Melissa Dale 10 April 2017, share the link with friends and acquaintances, this video has already been watched 76,743 times on youtube and it was liked by 613 viewers. Enjoy your viewing!