radical-collaboration / hpc-workflows

NSF16514 EarthCube Project - Award Number:1639694
5 stars 0 forks source link

`conda install` doesn't work durinng installation #106

Closed wjlei1990 closed 4 years ago

wjlei1990 commented 4 years ago

Hi, I found in the doc it also stated that we could use conda to install radical.entk.

In my environment I got error somehow:

(summit-entk) lei@login5 /autofs/nccs-svm1_home1/lei/software/summit/conda/summit-entk $ 
conda install radical.entk
Solving environment: failed

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

  - radical.entk

Current channels:

  - https://conda.anaconda.org/conda-forge/linux-ppc64le
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/linux-ppc64le
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/free/linux-ppc64le
  - https://repo.anaconda.com/pkgs/free/noarch
  - https://repo.anaconda.com/pkgs/r/linux-ppc64le
  - https://repo.anaconda.com/pkgs/r/noarch
  - https://repo.anaconda.com/pkgs/pro/linux-ppc64le
  - https://repo.anaconda.com/pkgs/pro/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.

Do I need to add some conda channel or so? Here is my conda version:

conda 4.5.11

pip install radical.entk works for me.

mturilli commented 4 years ago

We did not publish our stack for linux_ppc64 on conda-forge. We are now in the process of building our stack to publish it for that architecture. If you are in a hurry, you can just use virtualenv and skip conda altogether.

wjlei1990 commented 4 years ago

No problem.I used conda env and pip install to install them in my conda virtual env