其他分享
首页 > 其他分享> > pytorch 安装软件

pytorch 安装软件

作者:互联网

  1.  有已经安装好的 anaconda ,已经安装好的pytorch;

  2.  打开 anaconda prompt如下图:

     

3.  激活pytorch    (base) C:\Users\XXXXX>activate pytorch

    

4. 安装需要安装的工具 如安装pandas 

     pip install pandas

 

    一般网速较慢,使用镜像源即可:   

  国内的一些站点:

    清华:https://pypi.tuna.tsinghua.edu.cn/simple
    阿里云:http://mirrors.aliyun.com/pypi/simple/
    中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
    华中理工大学:http://pypi.hustunique.com/
    山东理工大学:http://pypi.sdutlinux.org/

      本人常用清华的,据说中国科技大学的更快!

     安装指令: pip install pandas -i https://pypi.tuna.tsinghua.edu.cn/simple

     

 

标签:cn,simple,pypi,pytorch,https,软件,安装
来源: https://www.cnblogs.com/susiesnai-sun/p/16558455.html