当前位置:网站首页>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
边栏推荐
- MLP (multilayer perceptron neural network) is a multilayer fully connected neural network model.
- Reference frame generation based on deep learning
- Fastjson parses JSON strings (deserialized to list, map)
- Dialogue with Jia Yangqing, vice president of Alibaba: pursuing a big model is not a bad thing
- 抖音將推獨立種草App“可頌”,字節忘不掉小紅書?
- Redistemplate common collection instructions opsforzset (VI)
- First batch selected! Tencent security tianyufeng control has obtained the business security capability certification of the ICT Institute
- document.write()的用法-写入文本——修改样式、位置控制
- Interviewer: what is the internal implementation of ordered collection in redis?
- Start the embedded room: system startup with limited resources
猜你喜欢
[MySQL] trigger
缓存更新策略概览(Caching Strategies Overview)
[Li Kou brushing questions] one dimensional dynamic planning record (53 change exchanges, 300 longest increasing subsequence, 53 largest subarray and)
红杉中国,刚刚募资90亿美元
【Redis设计与实现】第一部分 :Redis数据结构和对象 总结
Interviewer: what is the internal implementation of ordered collection in redis?
2022菲尔兹奖揭晓!首位韩裔许埈珥上榜,四位80后得奖,乌克兰女数学家成史上唯二获奖女性
OneNote in-depth evaluation: using resources, plug-ins, templates
ICML 2022 | Flowformer: 任务通用的线性复杂度Transformer
Data Lake (VIII): Iceberg data storage format
随机推荐
【滑动窗口】第九届蓝桥杯省赛B组:日志统计
for循环中break与continue的区别——break-完全结束循环 & continue-终止本次循环
启动嵌入式间:资源有限的系统启动
Acdreamoj1110 (multiple backpacks)
OneNote in-depth evaluation: using resources, plug-ins, templates
Comparison between multithreaded CAS and synchronized
guava:创建immutableXxx对象的3种方式
Redistemplate common collection instructions opsforhash (IV)
The underlying implementation of string
038. (2.7) less anxiety
JS学习笔记-OO创建怀疑的对象
JS according to the Chinese Alphabet (province) or according to the English alphabet - Za sort &az sort
通过数字电视通过宽带网络取代互联网电视机顶盒应用
SQL:存储过程和触发器~笔记
document. Usage of write () - write text - modify style and position control
JS traversal array and string
LLVM之父Chris Lattner:为什么我们要重建AI基础设施软件
袁小林:安全不只是标准,更是沃尔沃不变的信仰和追求
跨分片方案 总结
SDL2来源分析7:演出(SDL_RenderPresent())