python安裝scipy庫 ubuntu怎么安裝python的第三方庫scikit-learn?
ubuntu怎么安裝python的第三方庫scikit-learn?1. 首先,配置基本的Python庫sudo apt get install build essential Python dev
ubuntu怎么安裝python的第三方庫scikit-learn?
1. 首先,配置基本的Python庫sudo apt get install build essential Python dev Python numpython setuptools Python SciPy libatlas dev libatlas3 base
2,配置Matplotlib庫進行繪圖等sudo apt get install Python Matplotlib
3,配置scikit學習庫sudo apt get install Python sklearn