我是Python新手,我正在尝试在我的M1 Mac上安装Tensorflow。我一直在遵循Jeff希顿的最新指导(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-metal-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.
有人知道哪里出了问题吗?谢谢,真的很感激你的洞察力
1条答案
按热度按时间9bfwbjaz1#
以下步骤中提到的链接适用于Mac M1:
https://developer.apple.com/metal/tensorflow-plugin/