I can't install tensorflow 2.1.0 version

ぃ、小莉子 提交于 2021-02-11 14:00:50

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!