I am trying to install a specific version of awscli within my conda environment (running python 3.6). I have tried adding conda-forge
to my current channels, as suggested in another post.
When I run the command conda install -p /Users/myname/anaconda3/envs/py36 awscli==1.11.156 -y
It errors with this message:
Solving environment: failed
PackagesNotFoundError: The following packages are not available from current channels:
- awscli==1.11.156
Current channels:
- https://repo.continuum.io/pkgs/main/osx-64
- https://repo.continuum.io/pkgs/main/noarch
- https://repo.continuum.io/pkgs/free/osx-64
- https://repo.continuum.io/pkgs/free/noarch
- https://repo.continuum.io/pkgs/r/osx-64
- https://repo.continuum.io/pkgs/r/noarch
- https://repo.continuum.io/pkgs/pro/osx-64
- https://repo.continuum.io/pkgs/pro/noarch
- https://conda.anaconda.org/conda-forge/osx-64
- https://conda.anaconda.org/conda-forge/noarch