我正在尝试安装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
我在我的MacBook Pro M1上遇到了一些问题。我以为在上面开始编码会更容易,显然它还不是个ML野兽.
我需要在Python上同时使用PyTorch和TensorFlow。我安装了。问题是:当您使用TensorFlow终端时,x86_64无法工作。(因此它不适用于PyCharm)。但是,我可以从arm终端导入TensorFlow 2.0。矛盾的是,PyTorch不会安装在arm终端上,而只安装在x86_64终端