python如何安裝numpy
1. 打開命令提示符(Windows)或終端(macOS/Linux)。
2. 安裝wheel:`pip install wheel`。
3. 訪問以下鏈接,根據您的Python版本和系統選擇合適的whl文件:
- Numpy:http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
- SciPy:http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
- Matplotlib:https://pypi.python.org/pypi/matplotlib
4. 下載對應的whl文件,等待安裝完成。