Linux(Fedora)下python “no module named numpy” 解決方案


Fedora下python “no module named numpy” 解決方案

基本情況:

        On Linux, Scipy and Numpy official releases are source-code only. Installing Numpy and Scipy from source is reasonably easy; However, both packages depend on other software, some of them which can be challenging to install, or shipped with incompatibilities by major Linux distributions. Hopefully, you can install Numpy and Scipy without any software outside the necessary tools to build python extensions, as most dependencies are optional.


安裝方法:


1.在官網上下載該包:http://sourceforge.net/projects/numpy/files/

2.解壓

3.cd進入解壓后的路徑

4.輸入命令:

          python setup.py install

5.安裝完成



免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM