Tensorflow Installing Error: __ Is Not A Supported Wheel On This Platform
I'm trying to install tensorflow on my PC but I keep getting errors. I have seen multiple posts about tensorflow installing errors online but all I found was solutions saying that
Solution 1:
It's likely you're using the 32bit version of python 3.8 instead of the 64bit version. You can check by opening the interpreter and looking at the first line. If it has 32 bit (Intel)
or something similar, then it would be the 32 bit version. To get the 64bit edition, scroll down to Files on this link https://www.python.org/downloads/release/python-380/ and pick up the x86-64 version.
Post a Comment for "Tensorflow Installing Error: __ Is Not A Supported Wheel On This Platform"