1
我嘗試使用代碼,其中使用了scipy
和sklearn
,但出現錯誤:ImportError: Missing required dependencies ['numpy']
。 我從link下載並安裝,但沒有任何變化。 爲什麼我可以改變它?ImportError:缺少所需的依賴關係['numpy']
我嘗試使用代碼,其中使用了scipy
和sklearn
,但出現錯誤:ImportError: Missing required dependencies ['numpy']
。 我從link下載並安裝,但沒有任何變化。 爲什麼我可以改變它?ImportError:缺少所需的依賴關係['numpy']
我認爲這是由環境變量引起的。如果你介入,你可能會發現錯誤是'DLL cound not found'。請檢查方向是否包含在內。 my answer for another question
你是如何安裝它的? 'import numpy'給你什麼? –
@NilsGudat什麼也沒有。我下載'whl'並用pip安裝,但是這個錯誤並沒有消失 – ldevyataykina
沒有任何意義沒有錯誤,即你可以做例如'numpy.random.rand()'並返回一個隨機數? –