当前位置:网站首页>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
边栏推荐
- R language for text mining Part4 text classification
- Is it profitable to host an Olympic Games?
- 通过数字电视通过宽带网络取代互联网电视机顶盒应用
- ROS error: could not find a package configuration file provided by "move_base“
- Summary of cross partition scheme
- In JS, string and array are converted to each other (II) -- the method of converting array into string
- Study notes of grain Mall - phase I: Project Introduction
- OneNote 深度评测:使用资源、插件、模版
- JS operation DOM element (I) -- six ways to obtain DOM nodes
- The biggest pain point of traffic management - the resource utilization rate cannot go up
猜你喜欢
Deployment of external server area and dual machine hot standby of firewall Foundation
Introduction to the use of SAP Fiori application index tool and SAP Fiori tools
[MySQL] trigger
3D face reconstruction: from basic knowledge to recognition / reconstruction methods!
Reviewer dis's whole research direction is not just reviewing my manuscript. What should I do?
Four common ways and performance comparison of ArrayList de duplication (jmh performance analysis)
50个常用的Numpy函数解释,参数和使用示例
Is it profitable to host an Olympic Games?
Swagger UI tutorial API document artifact
缓存更新策略概览(Caching Strategies Overview)
随机推荐
通过数字电视通过宽带网络取代互联网电视机顶盒应用
JS learning notes OO create suspicious objects
分糖果
14年本科毕业,转行软件测试,薪资13.5K
HMS Core 机器学习服务打造同传翻译新“声”态,AI让国际交流更顺畅
[MySQL] basic use of cursor
ACdreamoj1110(多重背包)
Redistemplate common collection instructions opsforzset (VI)
R语言做文本挖掘 Part4文本分类
js中,字符串和数组互转(一)——字符串转为数组的方法
Introduction to the use of SAP Fiori application index tool and SAP Fiori tools
FZU 1686 龙之谜 重复覆盖
Word bag model and TF-IDF
El table table - sortable sorting & disordered sorting when decimal and% appear
ROS error: could not find a package configuration file provided by "move_base“
在最长的距离二叉树结点
First batch selected! Tencent security tianyufeng control has obtained the business security capability certification of the ICT Institute
Fzu 1686 dragon mystery repeated coverage
The use method of string is startwith () - start with XX, endswith () - end with XX, trim () - delete spaces at both ends
Three schemes of SVM to realize multi classification