没有合适的资源?快使用搜索试试~ 我知道了~
windows下python 3.9 Numpy scipy和matlabplot的安装教程详解
12 下载量 170 浏览量
2021-01-19
23:28:59
上传
评论
收藏 190KB PDF 举报
温馨提示
学习python过程中想使用python的matlabplot绘图功能,遇到了一大批问题,然后一路过关斩将,最终安装成功,实为不易,发帖留念。 1 首先打开cmd win+r 2 pip安装 pip3 install –user numpy scipy matplotlib –user 选项可以设置只安装在当前的用户下,而不是写入到系统目录。默认情况使用国外线路,国外太慢,我们使用清华的镜像就可以: pip3 install numpy scipy matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple 如何网络不好,我们可以挨个
资源推荐
资源详情
资源评论
windows下下python 3.9 Numpy scipy和和matlabplot的安装教程详解的安装教程详解
学习python过程中想使用python的matlabplot绘图功能,遇到了一大批问题,然后一路过关斩将,最终安装成功,实为不易,发帖留念。
1 首先打开cmd
win+r
2 pip安装
pip3 install –user numpy scipy matplotlib
–user 选项可以设置只安装在当前的用户下,而不是写入到系统目录。默认情况使用国外线路,国外太慢,我们使用清华的镜像就可以:
pip3 install numpy scipy matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
如何网络不好,我们可以挨个单独安装
pip3 install numpy s -i https://pypi.tuna.tsinghua.edu.cn/simple
pip3 install scipy -i https://pypi.tuna.tsinghua.edu.cn/simple
pip3 install matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
3 安装matlabplot时遇到错误:
Using legacy ‘setup.py install’ for matplotlib, since package ‘wheel’ is not installed.
Installing collected packages: matplotlib
Running setup.py install for matplotlib … error
ERROR: Command errored out with exit status 1:
查看自己的python版本:
Python 3.9.0 (tags/v3.9.0:9cf6752, Oct 5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license()" for more information.
我的python是3.9 AMD64
在https://www.lfd.uci.edu/~gohlke/pythonlibs/网站找到worldcould
资源评论
weixin_38642897
- 粉丝: 3
- 资源: 895
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功