Am using Anaconda 3 (conda version : 4.8.2, conda-build version : 3.18.9) - Jupyter Notebook environment with python (v3.7.4).
Am trying to upgrade scikit-learn package to 0.22.1, but am continuously encountering below error:
Command used: conda install scikit-learn=0.22.1
PackagesNotFoundError: The following packages are not available from current channels:
- 0.22.1
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
- https://conda.anaconda.org/conda-forge/win-64
- https://conda.anaconda.org/conda-forge/noarch
To search for alternate channels that may provide the conda package you're looking for, navigate to
https://anaconda.org
Can someone please help me with this issue! Thanks in advance!
scikit-learn=0.22.1
. But your installation command seems correct. Can you double check that again? Can you copy-pasteconda install scikit-learn=0.22.1
into your command line? – cel