A
A
Andrei1penguin12021-01-11 21:40:41
pip
Andrei1penguin1, 2021-01-11 21:40:41

How to install tensorflow on python3.9?

Good day, when trying to install tensorflow on python version 3.9 (pip install tensorflow), the line says that the package cannot be found
On the tensorflow page in pypi, the latest compatible version of python 3.8 is indicated.
Is it worth installing a second python, or are there other ways?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
P
Pavel Shvedov, 2021-01-11
@mmmaaak

pip3 install ...

S
Sergey Karbivnichy, 2021-01-11
@hottabxp

Should I install a second python
Costs. You need to install Python 3.5–3.8.
or are there other ways?
There is. Install this library from source. But it's better to install a previous version of Python.
I don’t understand one thing, why did everyone rush to install Python 3.9? It does not have any cardinal changes and features (this does not apply to Senior and 5% middle) that beginners use. Also, there is no support for many popular libraries.

M
Mr.Domosed, 2021-01-15
@Mr0Domosed

the command was updated -m pip install and that's it

A
alexbprofit, 2021-03-31
@alexbprofit

Tensorflow can only be installed on 3.8 and below, on 3.9 pip install tensorflow gives an error that it cannot find it

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question