0

I have seen this question before, but I totally meet all the requirements I can find here (the requirements) I am using python 3.5-3.8 actually 3.6.2, pip 19.0 or higher, running pip --version returns pip 20.3.3 and I am using windows 10, 64bit and I installed the microsoft visual C++ 2015-2019 redistributable, I really do not know why running the command returns the mentioned error but running pip install tensorflow returns

ERROR: Could not find a version that satisfies the requirement tensorflow ERROR: No matching distribution found for tensorflow
2five
  • 135
  • 1
  • 2
  • 11
  • 1
    Remove 32-bit Python and install 64-bit Python. – phd Jan 12 '21 at 22:22
  • don't I have 64bit Python? – 2five Jan 13 '21 at 20:29
  • You can check with `python -c "import struct; print(struct.calcsize('P') * 8)"` – phd Jan 13 '21 at 21:15
  • I am retarded and thankful, this is the dumbest error I've encountered so far excpet writing goole for google. Thank you – 2five Jan 14 '21 at 15:54
  • It's not the dumbest error, it's quite a popular theme at SO: https://stackoverflow.com/search?q=%5Bpip%5D+%5Btensorflow%5D+ERROR%3A+Could+not+find+a+version+that+satisfies+the+requirement+tensorflow+ERROR%3A+No+matching+distribution+found+for+tensorflow – phd Jan 14 '21 at 16:02

0 Answers0