Install anaconda library from a local source

后端 未结 3 1074
深忆病人
深忆病人 2020-12-14 07:21

I have been trying to install pymc for some time on a Windows PC behind a very complicated proxy; effectively making this an installation on a computer not connected to the

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 07:58

    Adding to the solution above. Anyone met "SSL verification error" can just turn the verification step off temporarily in ~/.condarc

    channels:
      - defaults
    ssl_verify: true
    

    In this way, you could install from your local hub.

提交回复
热议问题