成功解决PackagesNotFoundError: The following packages are not available from current channels: tensorflo_一个处女座的程序猿-CSDN博客 - 图1

一个处女座的程序猿 2019-07-28 20:07:37 成功解决PackagesNotFoundError: The following packages are not available from current channels: tensorflo_一个处女座的程序猿-CSDN博客 - 图2
25478 成功解决PackagesNotFoundError: The following packages are not available from current channels: tensorflo_一个处女座的程序猿-CSDN博客 - 图3
收藏 12

最后发布: 2019-07-28 20:07:37 首次发布: 2019-07-28 20:07:37

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

成功解决 PackagesNotFoundError: The following packages are not available from current channels: tensorflo

目录

解决问题

解决思路

解决方法


解决问题

conda install ‐‐channel https://conda.anaconda.org/anaconda tensorflow‐gpu=1.9.0
Collecting package metadata (current_repodata.json): done
Solving environment: failed with current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

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.

解决思路

解决环境:当前的 repodata.json 失败,将使用下一个 repodata 源重试。
收集包元数据(repodata.json):完成
求解环境:失败
包未找到错误 : 以下包不能从当前频道使用:

解决方法

下载的地址错误,原先方法不好用,更改下载命令即可!

  1. pip install tensorflow-gpu==1.9.0

大功告成!

成功解决PackagesNotFoundError: The following packages are not available from current channels: tensorflo_一个处女座的程序猿-CSDN博客 - 图4 https://blog.csdn.net/qq_41185868/article/details/97618663 ```