简体   繁体   English

我如何使用 python 3.8 下载 tensorflow

[英]how can i download tensorflow with python 3.8

i created a virtual environment and tried downloading tensorflow with these different versions of python: 3.8.0, 3.6.0, 3.5 (pip install tensorflow) but I keep getting these error messages:我创建了一个虚拟环境并尝试使用这些不同版本的python: 3.8.0, 3.6.0, 3.5 (pip install tensorflow) ,但我不断收到这些错误消息:

ERROR: Could not find a version that satisfies the requirement tensorflow 
ERROR: No matching distribution found for tensorflow

I assume you activate your python3 venv.我假设你激活了你的 python3 venv。 You can try to upgrade pip with python -m pip install —upgrade pip and try again also you can check this question .您可以尝试升级 pip 与python -m pip install —upgrade pip你也可以检查这个问题

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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