1

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

  • gl-env Python 版本已设置为 2.7
  • pip 版本设置为 9.0.1

我正在做一项任务,要求它在这种环境中运行 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 了解不多。接下来我可以尝试什么?

4

1 回答 1

-1
(gl-env) C:\Users\SHIVAKUMAR>conda install jupyter notebook
于 2020-06-14T14:14:38.983 回答