pip pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package pypi 镜像每 5 分钟同步一次,所以应该是非常靠谱的 conda conda config --add channels https ...
或者 豆瓣源 pip install xx i https: pypi.doubanio.com simple 指定官方的版本然后进行换源 ...
2020-04-11 22:50 0 1592 推荐指数:
pip pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package pypi 镜像每 5 分钟同步一次,所以应该是非常靠谱的 conda conda config --add channels https ...
1. 超级权限打开cmd.exe 2. pip install --upgrade setuptools 3. pip install -U --ignore-installed wrapt enum34 simplejson netaddr 4. pip install -i https ...
vim ~/.condarc vim ~/.pip/pip.conf: ubuntu 清华源 R, Rstudio, R ...
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple numpy ...
清华源地址 单个模块添加源地址 requirements添加源地址 requirements安装并升级 ...
之前在windows上使用pip3的方式安装过pytorch,虽然偶尔也会HTTP Error,安装失败,但是基本还是可以安装成功的。上 这一次在ubuntu上装了anaconda,想着之后的库都用conda安装,而不使用ubuntu自带的python2.7和python3.5,因此使用 ...
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/ conda config --set show_channel_urls yes ...