我对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 -f tensorflow-apple-metal-conda.ml -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.
“有人知道出了什么问题吗?”谢谢,非常感谢你的洞察力
发布于 2022-10-28 06:40:57
按照下面提到的步骤,下面的链接适用于Mac M1:
https://stackoverflow.com/questions/74229743
复制相似问题