Cannot install tensorflow on 32-bit Python

+1 vote

I tried installing tensorflow using pip, but it didn't work:

pip install tensorflow
May 29, 2019 in Python by Sophie may
• 10,610 points
11,585 views

2 answers to this question.

+1 vote
Tensorflow is only supported on Python 64-bit. So install the 64-bit version
answered May 29, 2019 by Zulaikha
• 910 points
+1 vote

Unfortunately tensorflow is not supported on 32 bit systems.

Fortunately it is possible to install it from source code, compile and install it in 32 bits linux systems.

In this github repository I maintain the instructions to compile and install tensorflow 1.13.2 in a 32 bits ubuntu system: tensorflow-32-bits-linux

Hope this will help!

To learn more, go for Python Master course today.

Thank!

answered Jan 13, 2020 by jaakko
• 160 points

edited Apr 18, 2022 by Sarfaraz
Thanks, buddy. I was pretty frustrated with this.

Related Questions In Python

+1 vote
1 answer

How to install tensorflow using anaconda and python 3.7.1 on windows?

Since I am using python 3.5 so ...READ MORE

answered Aug 19, 2019 in Python by Arvind
• 3,040 points
8,833 views
0 votes
1 answer

Install Python packages on Windows?

First, pip is preferred over easy_install.  Then follow these steps to ...READ MORE

answered Oct 29, 2018 in Python by Priyaj
• 58,090 points
773 views
0 votes
1 answer

Install PIP on Python 3.6

pip is bundled with Python > 3.4 On Unix-like ...READ MORE

answered Nov 12, 2018 in Python by Priyaj
• 58,090 points
927 views
0 votes
1 answer

Install Python on Ubuntu

@Abha you are right about pre-installation of python, ...READ MORE

answered Mar 1, 2019 in Python by Pratibha
• 3,690 points
836 views
0 votes
1 answer

How to install Python on Windows and set path variable?

Install python from this link https://www.python.org/downloads/ After ...READ MORE

answered May 24, 2019 in Python by anonymous
• 180 points
2,443 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,023 views
0 votes
1 answer
0 votes
1 answer

How can I run Jupyter code on Pycharm?

You can do this by installing the ...READ MORE

answered Aug 8, 2019 in Python by Zulaikha
• 910 points
1,062 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