How to install specific awscli version in conda env (running 3.6) when not found in current channels
问题 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