python 安裝 scipy
2023-08-30 14:36 作者:Schordinger喵 | 我要投稿
太煩了
scipy這個(gè)package無法直接pip install安裝,大多數(shù)網(wǎng)上的方法都是叫你去下載個(gè)whl文件安裝,但是找到了能直接pip install scipy的方法(雖然附帶安裝了一堆其他的package)
命令如下:
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
參考來自https://www.cnblogs.com/ywf520/p/11600929.html
標(biāo)簽: