
conda
Mata_Gao
一只不想当程序猿的程序猿
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
conda创建虚拟环境时报ConnectionError
gaoyanping@SWD-GAOYPING-INT:~$ conda create -n hades python=2.7Solving environment: failedCondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/r/noarch/repodata.jso...原创 2019-05-05 15:33:34 · 2409 阅读 · 0 评论 -
conda install报PackagesNotFoundError
PackagesNotFoundError: The following packages are not available from current channels:当使用conda install package_name安装包时,找不到对应的包,可使用pip install 安装。https://www.e-learn.cn/content/wangluowenzhang/319...转载 2019-05-05 15:52:47 · 688 阅读 · 0 评论