I tried installing tensorflow on my system, but I received the following error:
tensorflow-0.5.0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform
Exception Information captured in pip.log file:-
/home/gansai/tensorflow/bin/pip run on Wed Nov 11 00:19:05 2015
tensorflow-0.5.0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform.
Exception information: Traceback (most recent call last):
File "/home/gansai/tensorflow/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main status = self.run(options, args)
File "/home/gansai/tensorflow/local/lib/python2.7/site-packages/pip/commands/install.py", line 269, in run InstallRequirement.from_line(name, None))
File "/home/gansai/tensorflow/local/lib/python2.7/site-packages/pip/req.py", line 168, in from_line raise UnsupportedWheel("%s is not a supported wheel on this platform." % wheel.filename)
UnsupportedWheel: tensorflow-0.5.0-cp27-none-linux_x86_64.whl is not a supported wheel on this platform.
What could I do to install tensorflow and start experimenting it?
@I'mahdi, I do know that tensorflow supports Python 3.10.
TensorFlow is tested and supported on the following 64-bit systems: Python 3.7–3.10.
Tensorflow does not support Python 3.8 at the moment. The latest supported Python version is 3.7. A solution is to install Python 3.7, this will not affect your codes since Python 3.7 and 3.8 are very similar.
I guess pip3 is being used for installation
it can be solved by using pip2.7
I followed the steps in here
hope it helps you:)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With