How to install tensorflow in Python

0 votes
I am using Python 3.5. I am using anaconda on my system. I am unable to install tensorflow using anaconda. how to do it? Any help would be appreciated.
Jul 19, 2019 in Python by Arvind
• 3,040 points
1,872 views

1 answer to this question.

0 votes

If you are using Anaconda then you have to create a tensorflow environment and then switch to it to use it. This can be done in 2 simple steps - 

conda create -n mytensorflowproject python=3.5 tensorflow ipython
source activate mytensorflowproject

answered Jul 19, 2019 by Neel
• 3,020 points

Related Questions In Python

0 votes
1 answer

how to install pandas in python

it is very basic to install pandas if ...READ MORE

answered Mar 6, 2019 in Python by Waseem
• 4,540 points
1,047 views
+1 vote
1 answer

How to install a module in Python 3.6 ?

If you are using Ubuntu then the ...READ MORE

answered Jun 25, 2019 in Python by Arvind
• 3,040 points
964 views
0 votes
1 answer

How to install biopython module in python?

To install biopython on your project, simply ...READ MORE

answered Jul 8, 2019 in Python by Mohammad
• 3,230 points
1,407 views
0 votes
1 answer

How to install openssl in python?

pip install openssl-python run this command in the ...READ MORE

answered Aug 2, 2019 in Python by Mohammad
• 3,230 points
8,006 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,067 views
0 votes
1 answer
0 votes
1 answer

How to install and use myql connector in Python?

You can use pip to search if ...READ MORE

answered Jul 5, 2019 in Python by Neel
• 3,020 points
1,267 views
0 votes
1 answer

How to easily install python ldap in linux?

python-ldap provides an object-oriented API to access LDAP directory ...READ MORE

answered Sep 16, 2019 in Python by Neel
• 3,020 points
6,496 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP