加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > Python > 正文

python安装scipy的步骤解析

发布时间:2020-12-17 17:44:08 所属栏目:Python 来源:网络整理
导读:1、由于国外网站太慢,所以这里使用的是阿里的镜像 https://mirrors.aliyun.com/pypi/simple/ 2、去官网查看,官方给出的安装方法如下:【pip安装和apt的方式两种】 python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose

1、由于国外网站太慢,所以这里使用的是阿里的镜像

https://mirrors.aliyun.com/pypi/simple/

2、去官网查看,官方给出的安装方法如下:【pip安装和apt的方式两种】

python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose

3、由于我使用的是windows并且安装了pip,所以这里使用pip进行安装

python -m pip install -i https://mirrors.aliyun.com/pypi/simple/ --user numpy scipy matplotlib ipython jupyter pandas sympy nose

4、稍等片刻。。。。。。完成!

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持我们。

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读