当前位置: 代码迷 >> 综合 >> conda install Python库时报PackagesNotFoundError:的错误的解决方案
  详细解决方案

conda install Python库时报PackagesNotFoundError:的错误的解决方案

热度:76   发布时间:2024-02-07 11:37:59.0

  conda install Python库时报PackagesNotFoundError:的错误的解决方案

安装完成Anaconda之后,我们可以在Anaconda Prompt交互式窗口中通过“conda install 库名称”实现Python库的安装,但是有时候在运用该命令进行安装时会提示PackagesNotFoundError: The following packages are not available from current channels:的错误,现在以Pydap库的安装为例,提供在Windows系统下解决这种错误的方法。

  相关解决方案