我正在使用Python.7.10並使用pip安裝了beautifulsoup。該軟件包已成功安裝。但是,當我試圖導入beautifulsoup,我得到這個錯誤: ImportError: No module named beautifulsoup
我檢查我安裝的模塊列表,我發現,在已安裝的模塊列表中beautifulsoup模塊:
每次我嘗試使用pip安裝matplotlib安裝matplotlib時,它總是說它未能爲numpy **Failed building wheel for numpy**
Running setup.py clean for numpy
Failed to build numpy
Installing collected packages: numpy, matplotlib