anaconda/nb_conda_kernels

Conflicts found for fresh install

amine-aboufirass opened this issue · 1 comments

  • conda version: 4.12.0
  • Steps to reproduce on Windows
    • Install Jupyter lab in base environment conda install -c conda-forge jupyterlab
    • Install nb_conda_kernels in base environment conda install nb_conda_kernels
    • Observe following error
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Solving environment: /
Found conflicts! Looking for incompatible packages.

Resolving conflicts then starts, but appears to take forever so I keyboard interrupted it.

In any case I don't think conflicts should occur for a fresh install of both Jupyter lab and nb_conda_kernels or am I wrong?

Never mind. Ran a conda update --all and that fixed the problem