If you work in a secure network at your job then conda may not be able to hit the Anaconda repositories directly even if it’s for accessing free packages. Additionally, it’s not recommended to use pip over conda when installing new packages. However, installing new packages can be done manually by:

  1. Downloading the package(s) (and its necessary dependencies) directly from the Continuum Repo
  2. And installing the tar.bz2 file using conda install ./package_name.tar.bz2

Published

Sep 22, 2015