[Exceção] erro de download de datascience do python PackagesNotFoundError: os seguintes pacotes não estão disponíveis no curre

Pycharm executa o comando de download do datascience, da seguinte forma

D:\develop\Anaconda3\Scripts\conda.exe install -p D:/develop/Anaconda3 datascience -y

A mensagem de erro é a seguinte:

PackagesNotFoundError: The following packages are not available from current channels:
-------------------------------------------
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.


PackagesNotFoundError: The following packages are not available from current channels:

  - datascience

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.

De acordo com a mensagem de erro, entre no site oficial https://anaconda.org, pesquise datascience, entre na página, https://anaconda.org/conda-forge/datascience
insira a descrição da imagem aqui
execute o comando e resolva com sucesso

conda install -c conda-forge datascience

Acho que você gosta

Origin blog.csdn.net/Supreme7/article/details/131524226
Recomendado
Clasificación