Install anaconda library from a local source

后端 未结 3 1075
深忆病人
深忆病人 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:52

    Just of notes: "-c conda-forge" might be handy for some other packages. For example:

    conda install -c conda-forge python-levenshtein
    

提交回复
热议问题