Installing Tensorflow and Anaconda on Windows 10 and MacOS (Python 3.6)
[ad_1]
This tutorial explains how to install the Tensorflow library in Windows 10 and MacOS using an Anaconda environment in Python 3.6/Python 3.5 and Python 2.7 along with an installation of Anaconda for both.
Windows installation starts from 0:00
Mac Installation starts from 10:46
Command pallet: commands that are used in this video:
$ conda
$ conda create -n tensorflow pip python=3.6
$ activate tensorflow
$ conda install tensorflow
$ conda install tensorflow-gpu
$ deactivate
Please subscribe and comment!
Source
[ad_2]
really helped, thanks!
Thank you, it helps me so much for both windows and mac.
good video
Thanks so much, sir, its help me to install TensorFlow, and I try in Visual Studio Code and success
Hey!!!Thanks in advance….Whenever I try to use command word $ conda activate tensorflow
Command prompt displays Access is Denied and shows "Run" is not recognized as internal or external command,operable program or batch file.Please help me with this (It also displays the same when i try to open cmd) 🙁 Do reply as soon as possible…
Thanks Anaconda is a great tool
Thanku 👍🏻 ultimate teaching 👌🏻
Thank you so much. One qs: its necessary to deactivate tf at the end
This video is awesome greatly appreciated !! you are the man !!
It says ''conda' is not recognized as an internal or external command,
operable program or batch file." T__T
Great video
Thank you so much for the video!! Great video!!!!
Great video. Only this one helped me
how to uninstall tensorflow?
conda create -n tensor pip python=3.7
Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/free/noarch/repodata.json.bz2>
Elapsed: –
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
SSLError(MaxRetryError('HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/free/noarch/repodata.json.bz2 (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))'))
Solving environment: failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/pro/win-64/repodata.json.bz2>
Elapsed: –
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
SSLError(MaxRetryError('HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/pro/win-64/repodata.json.bz2 (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))'))
I get this message while trying to do the tensorflow step. Any solution?
CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/free/win-64/repodata.json.bz2>
Elapsed: –
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
SSLError(MaxRetryError('HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/free/win-64/repodata.json.bz2 (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))'))
Nice video Man!
Just doing this won't install the GPU version. You have to install CUDA toolkit as well.
thanks man, downgrading tensorflow 1.9 -> 1.8 fixed my broken install and some cuda dll errors, fingers crossed the gpu version works too