I wanted to add a comment to https://stackoverflow.com/a/62013375/12389995, but I could not due to the lack of enough reputations. Since I cannot earn enough reputation to make comments at the moment I have to make a new topic as a follow-up to the existing topics or comments, So sorry for that.
My problem is, I want to install Tensorflow with pip on Python 3.8 inside of a virtual environment. But I get the following error message Tensorflow Install Fail:
Is this my mistake?
I've tried different things as well such as: pip install tensorflow==r2.2 and other versions but still fail. I would like to have the GPU version and I followed the following instruction https://www.tensorflow.org/install/gpu up to the point where I had to install Tensorflow without problems.
Any help?
Kind regards.
EDIT:
The comment helped me and I accidentally had installed Python 32 Bit instead of 64 Bit. Thanks for the fast help!