【解决办法】报错PackagesNotFoundError: The following packages are not available from current channels
解决conda安装包报错"PackagesNotFoundError"的方法:当出现该错误时,表明当前channel没有所需包。可前往Anaconda官网(https://anaconda.org)搜索该包,选择其他可用channel。在Anaconda Prompt中运行官网提供的对应安装命令即可。这种方法能快速找到可用的安装源,解决包不可用的问题。
·
直接使用conda install xxx遇到报错PackagesNotFoundError: The following packages are not available from current channels:
仔细阅读报错信息,意思是当前channel不可用,建议更换channel来获取所需包
那么需要去 https://anaconda.org 网址,搜索包的其他channel
:: Anaconda.orghttps://anaconda.org/
选择合适的,在Anaconda Prompt窗口对应的路径下运行页面中提供的命令即可
更多推荐
所有评论(0)