autojump
autojump copied to clipboard
conda installation
Following the instruction on https://anaconda.org/idaholab/autojump I received following error
(base) ec2-user@ip-10-98-3-69:~$ conda install -c idaholab autojump
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:
- autojump
Current channels:
- https://conda.anaconda.org/idaholab/linux-64
- https://conda.anaconda.org/idaholab/noarch
- https://repo.anaconda.com/pkgs/main/linux-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/linux-64
- https://repo.anaconda.com/pkgs/r/noarch
Is it expected to work?