我一直在尝试在我的conda环境中安装R包"miceadds“。
我运行了conda install r-miceadds,但它一直告诉我
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环境中使用它?
感谢您的帮助,非常感谢!
发布于 2021-11-12 12:34:48
这现在可以通过Conda Forge获得。试一试
conda install -c conda-forge r-miceaddshttps://stackoverflow.com/questions/69935010
复制相似问题