VS2017 python 安装numpy等第三方包

1.右击“解决方案资源管理器”中的“Python环境”下的“Iron Python 2.7 (32-bit)”(其他环境下类似),

点击“打开交互界面”

VS2017 python 安装numpy等第三方包_第1张图片

2.使用pip命令安装

在交互界面中输入

pip  install numpy -i https://pypi.douban.com/simple --trusted-host pypi.douban.com

国内镜像

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

你可能感兴趣的:(VS2017 python 安装numpy等第三方包)