当我尝试通过pip install安装张量流1.4.0时 pip install tensorflow==1.4.0 我得到了错误: ERROR: Could not find a version thatsatisfies the requirement tensorflow==1.4.0 (from ERROR: No matching distribution found for tensorf
我试图将Tensorflow用于一些联邦学习目的,但我无法使用pip成功地安装它。pip install tensorflowERROR: Could not find a version that satisfies the requirement tensorflow(from versions: none)我正在使用Python3.9.10运行一个虚拟环境,并在M1 <
我正在尝试安装tensorflow<2.0,>=1.15 pip软件包,在Docker构建过程中。我无法构建它,在pip安装过程中,我在我的终端中得到了这个错误:
> [12/12] RUN pip3 install --no-cache-dir -r requirements.txt:#16 0.488 ERROR: Could not find a version that satisfies the requirement tensorflow<2.0,>=1.15 (fro