TensorFlow on M1 Mac



我是Python的新手,我正在尝试在我的M1 Mac上安装Tensorflow。我一直在遵循Jeff Heaton最近的指导(https://www.youtube.com/watch?v=5DgWvU0p2bk和https://github.com/jeffheaton/t81_558_deep_learning/blob/master/install/tensorflow-install-conda-mac-metal-jul-2022.ipynb),但当我在"conda-env-create-f tensorflow-apple-meta-conda.yml-n tensorflow"文件夹中创建环境时,我会收到以下错误:

'


PackagesNotFoundError: The following packages are not available from current channels:
- tensorflow-apple-metal-conda.yml
Current channels:
- https://repo.anaconda.com/pkgs/main/osx-arm64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-arm64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you're
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.

`有人知道出了什么问题吗?谢谢,非常感谢的任何见解

以下链接中提到的步骤适用于Mac M1:

https://developer.apple.com/metal/tensorflow-plugin/

相关内容

  • 没有找到相关文章

最新更新