bug记录——timm安装失败!

conda install timm

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

  • timm

Current channels:

  • https://repo.anaconda.com/pkgs/main/linux-64
  • https://repo.anaconda.com/pkgs/main/noarch
  • https://repo.anaconda.com/pkgs/r/linux-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.
在这里插入图片描述
改用

conda install -c conda-forge timm

成功

猜你喜欢

转载自blog.csdn.net/weixin_45464524/article/details/138160938