简体   繁体   中英

Having problems installing tensorflow (Yes I have python 3.7.9 64bit)

So I updated pip and it updated to 21.0.1. I tried "pip install tensorflow" and got: ERROR: Could not find a version that satisfies the requirement tensorflow ERROR: No matching distribution found for tensorflow

Also tried all of these: commands I found on other stack overflows

Also this command: "pip install https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.0.0-py3-none-any.whl"

Got:

Collecting tensorflow==2.0.0 ERROR: HTTP error 404 while getting https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.0.0-py3-none-any.whl ERROR: Could not install requirement tensorflow==2.0.0 from https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.0.0-py3-none-any.whl because of HTTP error 404 Client Error: Not Found for url: https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.0.0-py3-none-any.whl for URL https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-2.0.0-py3-none-any.whl

Try using this command in cmd or terminal.

python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl

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