问题
I have a problem that i can't install tensorflow 2.1.0 version using pip
every time i try , i have this message:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow
my machine specs: windows 10 , 64 bit , python 3.7 pip 20.1
回答1:
Yep this is an issue with that version of python, try using python 3.6, it solved the issue for me
回答2:
I got the problem resolved by upgrading the pip.
pip3 install --upgrade pip
来源:https://stackoverflow.com/questions/61623355/i-cant-install-tensorflow-2-1-0-version