首页 > 其他分享 >pip3 install 超时

pip3 install 超时

时间:2023-05-18 10:32:21浏览次数:33  
标签:pip3 网速 install 超时 安装 下载

方法有两种

加长超时时间

pip3 install --default-timeout=100 pytorch

下载离线安装(推荐,毕竟网速不好)

安装的时候使用国内源 ,会自动显示下载地址。然后使用迅雷下载,

-i https://pypi.tuna.tsinghua.edu.cn/simple

安装方式:

pip3 install ./torch-1.13.1-cp37-cp37m-manylinux1_x86_64.whl


标签:pip3,网速,install,超时,安装,下载
From: https://blog.51cto.com/shoucuohulu/6295527

相关文章

  • nerd font linux install
    sudoapt-getinstallttf-mscorefonts-installersudoapt-getinstallfontconfigwget-chttps://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.1/SourceCodePro.zipsudounzipSourceCodePro-d/usr/share/fonts/SourceCodeProcd/usr/share/fonts/SourceCod......
  • linux ranger install
    https://www.bilibili.com/video/BV1ER4y1F72Ahttps://mp.weixin.qq.com/s/y1ISUqoya1rJGTpDd5OwMw项目地址https://github.com/ranger/ranger>sudoapt-getinstallranger>ranger --copy-config=allgit clone https://github.com/alexanderjeurissen/ranger_devicons......
  • Install PVE on Intel N100, enable Intel UHD integrated GPU passthrough and suppo
    IgotanIntelN100machinefromChangwang. Ithas4x2.5Gbpsi226-Vethernetcards.Iinstalleda32GBDDR5-5600MhzRAMonit.CPUN100supportsupto16GBRAMaccordingtoIntel'ssitebutthe32GBramworksfinethoughitworksat4800Mhz.Iinsta......
  • python:ERROR: Could not build wheels for wordcloud, which is required to install
    pycharm里无法下载,在下面下载出现问题 需要下载error里的文件https://www.lfd.uci.edu/~gohlke/pythonlibs/#wordcloud这个网站找。输入Python,看自己电脑是怎样的 下载文件后,放到对应位置,下载成功 ......
  • How to use pip3 install the latest version package All In One
    Howtousepip3installthelatestversionpackageAllInOne如何使用pip3安装最新版本包PIP$python-mpipinstall[options]<requirementspecifier>[package-index-options]...$python-mpipinstall[options]-r<requirementsfile>[package-index-o......
  • APP测试 - install选择设备安装
    0.场景电脑连接了多个设备(包括开启了的模拟器)在电脑连接了多个设备时候,需要指定设备完成apk的安装此时如果直接使用adbinstall执行安装,会报错morethanonedevice/emulator 一、查看设备列表的idadbdevices 二、选择设备安装apk其中-r表示强制替换安装-s选择......
  • pip install xlrd时报错
    pipinstallxlrd时报错ERROR:CouldnotinstallpackagesduetoanOSError:HTTPSConnectionPool(host='files.pythonhosted.org',port=443):Maxretriesexceededwithurl:/packages/a6/0c/c2a72d51fe56e08a08acc85d13013558a2d793028ae7385448a6ccdfae64/x......
  • ORA-02049:超时:分布式事务处理等待锁 问题解决
    数据库添加DBLink后,很容易出现一个问题:ORA-02049:超时:分布式事务处理等待锁ORA-02063:紧接着line(起自ODS_LINK) 问题原因分析:第一次执行操作后出错,数据库没有提交或回退,未关闭原有数据库窗口,重新打开新窗口执行数据插入操作,报ORA-02049错误。解决办法:数据库登陆管理员账号查看1、......
  • WSL Install
    PrepareRequirement:OS:Ubuntu22.04Python3 PrepareStepssudoaptupdatesudoapt-yupgradesudoapt-getinstalldcmesa-utilsgeditpulseaudiolibquadmath0libgtk2.0-0firefoxlibgomp1Download fslinstaller.pyLoginLinuxwithpersonaluser(not......
  • unbuntu 火狐安装flash插件 Install Adobe Flash Player In Ubuntu 13.10,13.04,12.10
    InstallAdobeFlashPlayer PressCtrl+Alt+TforopenTerminalandtrythefollowingcommands;sudoadd-apt-repository"debhttp://archive.canonical.com/$(lsb_release-sc)partner"sudoapt-getupdate&&sudoapt-getinstallflashplugin......