私はアナコンダとPythonが初めてです。「 gl-env 」という名前の Anaconda で仮想環境をセットアップしました。
- 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
アナコンダについてはよくわかりません。次に何を試すことができますか?