首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >未找到conda的R-Package

未找到conda的R-Package
EN

Stack Overflow用户
提问于 2021-11-11 21:15:34
回答 1查看 53关注 0票数 1

我一直在尝试在我的conda环境中安装R包"miceadds“。

我运行了conda install r-miceadds,但它一直告诉我

代码语言:javascript
复制
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - r-miceadds_3.11-6

Current channels:

  - 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're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.

然而,我确实在https://anaconda.org上找到了这个包。我不知道是怎么回事..有没有其他方法可以在本地安装"r-miceadds“并在我的conda环境中使用它?

感谢您的帮助,非常感谢!

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2021-11-12 12:34:48

这现在可以通过Conda Forge获得。试一试

代码语言:javascript
复制
conda install -c conda-forge r-miceadds
票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/69935010

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档