首页
学习
活动
专区
圈层
工具
发布
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    pip安装国内的镜像源_pandas镜像源

    1.国内镜像源:  中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/  豆瓣(douban) http://pypi.douban.com/simple...https://pypi.tuna.tsinghua.edu.cn/simple/  中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/ 2.临时使用某个镜像源...: 可以在使用pip的时候在后面加上-i参数,指定pip源 eg: pip install xxx -i http://pypi.douban.com/simple/ –trusted-host pypi.douban.com...#此参数“–trusted-host”表示信任,如果上一个提示不受信任,就使用这个 3.永久使用国内pypi镜像安装 1.Linux: cd ~/.pip # 运行此命令切换目录,没有此目录创建.../ # trusted-host 此参数是为了避免麻烦,否则使用的时候可能会提示不受信任 4.正常使用pip命令: pip install xxx (如果在运行pip时报错,可以选择更换一个镜像源试试

    5.1K20

    pip镜像源配置,pip使用国内镜像源, pip禁用国外源,pip源配置

    默认情况下 pip 使用的是国外的镜像,在下载的时候速度非常慢,本文我们介绍使用国内清华大学的源,地址为:https://pypi.tuna.tsinghua.edu.cn/simple我们可以直接在...pip 命令中使用 -i 参数来指定镜像地址,例如:pip3 install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple以上命令使用清华镜像源安装...https://pypi.tuna.tsinghua.edu.cn/simple[install]trusted-host = https://pypi.tuna.tsinghua.edu.cn查看 镜像地址...pypi.tuna.tsinghua.edu.cn/simple'install.trusted-host='https://pypi.tuna.tsinghua.edu.cn'可以看到已经成功修改了镜像...index-url = https://pypi.tuna.tsinghua.edu.cn/simple[install]trusted-host = pypi.tuna.tsinghua.edu.cn其他国内镜像源中国科学技术大学

    1.5K00
    领券