PackagesNotFoundError:当前频道不提供以下软件包:-ipython-notebook

时间:2020-06-13 10:23:46

标签: python-3.x python-2.7 anaconda graphlab anaconda3

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

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

我正在做一个作业,要求它在这种环境下运行Jupyter Notebook。

(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不太了解。我接下来可以尝试什么?

1 个答案:

答案 0 :(得分:-1)

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