Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tensorflow support for Python3.11

I have Python3.11.0 on a Windows10 PC. Trying to install tensorflow using:

pip install tensorflow

gives error. Upon visiting the tensorflow site I realised that it supports only 3.7 - 3.10 Should I downgrade the python version or is any workaround available?

like image 205
Sam Avatar asked Apr 24 '26 04:04

Sam


2 Answers

Tensorflow 2.12 has been released with python 3.11 support, so you can now consolidate your python installations and package setups

like image 101
day Avatar answered Apr 28 '26 06:04

day


Yes, you should downgrade python to < 3.11 until the wheels are updated to support python 3.11

like image 42
Dr. Snoopy Avatar answered Apr 28 '26 07:04

Dr. Snoopy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!