它返回一个错误。
ERROR: Could not find a version that satisfies the requirement TenserFlow (from versions: none) ERROR: No matching distribution found for TenserFlow
我不知道问题出在哪里,我甚至安装了 virtualenv,升级了 pip...但还是遇到同样的错误。也许与硬件问题有关,这是我的系统配置。
Lenovo ideapad 330
AMD A8 processor 4 CPU 2.2GHz
AMD Radeon Graphics Processor
8 GB RAM
答案1
此错误是由于 Python 版本 3.7 引起的,TensorFlow 没有该版本的发行版。只需更换 Python 3.6 或更低版本,即可解决问题。