我尝试在 R 上使用网状库安装 Turi Create:
library(reticulate)
py_discover_config()
py_install("pandas")
py_install("turicreate")
已成功安装 Pandas,但未安装 Turi Create。这是我得到的错误:
PackagesNotFoundError: The following packages are not available from current channels:
- turicreate
Current channels:
- https://conda.anaconda.org/conda-forge/osx-64
- https://conda.anaconda.org/conda-forge/noarch
- https://repo.anaconda.com/pkgs/main/osx-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/osx-64
- https://repo.anaconda.com/pkgs/r/noarch
To search for alternate channels that may provide the conda package you are
looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Error: one or more Python packages failed to install [error code 1]
是否可以更改下载 Turi Create 的频道?难道我做错了什么?任何帮助将不胜感激。