当前位置:网站首页>Numpy download and installation
Numpy download and installation
2022-07-06 21:30:00 【Hu Gang 2016】
In the installation numpy Before , It must be installed first python, and numpy And python The version of is corresponding to .
numpy And python Version correspondence link

1. Download and install python 3.10
If your computer is already installed python3.4 Later versions , Then you can use it pip Tools


Remember to select Add To PATH



Verify the installation is successful

2. to update pip
( No updates pip To the latest version , It is likely to cause download and installation numpy after ,import I can't find the wrong report numpy)
python -m pip install --upgrade pip

3. Use pip3 Download and install numpy
pip3 install numpy==1.22.4 scipy matplotlib -i https://pypi.tuna.tsinghua.edu.cn/simple
Be careful : Here we want to specify the download our python The version corresponds to the version numpy, The version we downloaded here is 1.22.4

Be careful : If it gets stuck when downloading , Remember to press enter , In this way, the download speed will be restored immediately .
4. verification numpy Installation successful
Reopen the terminal
Input
python
import numpy

Just type in import numpy Not reported, not found modul numpy Error of , That means it's installed
边栏推荐
- Three schemes of SVM to realize multi classification
- 袁小林:安全不只是标准,更是沃尔沃不变的信仰和追求
- Vim 基本配置和经常使用的命令
- It's almost the new year, and my heart is lazy
- 在最长的距离二叉树结点
- Seven original sins of embedded development
- Fzu 1686 dragon mystery repeated coverage
- js之遍历数组、字符串
- 抖音将推独立种草App“可颂”,字节忘不掉小红书?
- C # use Oracle stored procedure to obtain result set instance
猜你喜欢

2017 8th Blue Bridge Cup group a provincial tournament

OneNote 深度评测:使用资源、插件、模版

Swagger UI tutorial API document artifact

审稿人dis整个研究方向已经不仅仅是在审我的稿子了怎么办?

967- letter combination of telephone number
Why does MySQL index fail? When do I use indexes?

Deployment of external server area and dual machine hot standby of firewall Foundation

Chris LATTNER, the father of llvm: why should we rebuild AI infrastructure software

红杉中国,刚刚募资90亿美元

Aiko ai Frontier promotion (7.6)
随机推荐
Fastjson parses JSON strings (deserialized to list, map)
[MySQL] basic use of cursor
guava:创建immutableXxx对象的3种方式
@GetMapping、@PostMapping 和 @RequestMapping详细区别附实战代码(全)
Ravendb starts -- document metadata
C # use Oracle stored procedure to obtain result set instance
MySQL - 事务(Transaction)详解
Set up a time server
el-table表格——获取单击的是第几行和第几列 & 表格排序之el-table与sort-change、el-table-column与sort-method & 清除排序-clearSort
3D face reconstruction: from basic knowledge to recognition / reconstruction methods!
14年本科毕业,转行软件测试,薪资13.5K
Why does MySQL index fail? When do I use indexes?
爱可可AI前沿推介(7.6)
Start the embedded room: system startup with limited resources
跨分片方案 总结
Thinking about agile development
Dialogue with Jia Yangqing, vice president of Alibaba: pursuing a big model is not a bad thing
Word bag model and TF-IDF
Yuan Xiaolin: safety is not only a standard, but also Volvo's unchanging belief and pursuit
el-table表格——sortable排序 & 出现小数、%时排序错乱