摘要:
当前的channels无法用conda安装某些包,查找适合的channel安装 anaconda search -t conda visdom conda install -c https://conda.anaconda.org/conda-forge visdom 阅读全文
摘要:
安装了torchnet无法import pip install git+https://github.com/pytorch/tnt.git@master 阅读全文
摘要:
Linux conda安装pytorch速度慢 1. 添加源 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/ conda config --add channels ht 阅读全文
摘要:
Linux pip安装速度慢(超时报错),为pip换源 mkdir -p ~/.pip/ vim pip.conf pip.conf中内容如下: [global] index-url=http://mirrors.aliyun.com/pypi/simple/ [install] trusted-h 阅读全文
摘要:
linux安装conda并创建虚拟环境 1. 下载安装脚本 地址:https://repo.anaconda.com/archive/index.html 选择:Anaconda3-2020.07-Linux-x86_64.sh 2. 运行安装脚本 执行bash [Anaconda3-2020.07 阅读全文