首页 > 解决方案 > PackagesNotFoundError:当前频道不提供以下软件包:- ipython-notebook

问题描述

我是 Anaconda 和 Python 的新手。我在 Anaconda 中建立了一个名为“ gl-env ”的虚拟环境。

我正在做一项任务,要求它在这种环境中运行 Jupyter 笔记本。

(gl-env) C:\Users\SHIVAKUMAR>conda install ipython-notebook
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

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

  - ipython-notebook

Current channels:

  - https://repo.anaconda.com/pkgs/main/win-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/win-64
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/msys2/win-64
  - https://repo.anaconda.com/pkgs/msys2/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

我对 Anaconda 了解不多。接下来我可以尝试什么?

标签: python-3.xpython-2.7anacondagraphlabanaconda3

解决方案


(gl-env) C:\Users\SHIVAKUMAR>conda install jupyter notebook

推荐阅读