简体   繁体   中英

I can't install tensorflow 2.1.0 version

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

Yep this is an issue with that version of python, try using python 3.6, it solved the issue for me

I got the problem resolved by upgrading the pip.

pip3 install --upgrade pip

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM